Latest | 0.1.0-beta1 |
---|---|
Homepage | https://github.com/pozi119/SQLiteORM |
License | MIT |
Platforms | ios 10.0 |
Authors |
The swift version of VVSequelize.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
SQLiteORM is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'SQLiteORM'
Author
Valo, [email protected]
License
SQLiteORM is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "SQLiteORM", "version": "0.1.0-beta1", "summary": "The swift version of VVSequelize.", "description": "The swift version of VVSequelize.", "homepage": "https://github.com/pozi119/SQLiteORM", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Valo Lee": "[email protected]" }, "source": { "git": "https://github.com/pozi119/SQLiteORM.git", "tag": "0.1.0-beta1" }, "platforms": { "ios": "10.0" }, "default_subspecs": "system", "pod_target_xcconfig": { "SWIFT_VERSION": "5.0" }, "subspecs": [ { "name": "system", "dependencies": { "SQLiteORM/common": [] }, "libraries": "sqlite3" }, { "name": "cipher", "dependencies": { "SQLiteORM/common": [], "SQLCipher": [] }, "pod_target_xcconfig": { "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1", "HEADER_SEARCH_PATHS": "SQLCipher" } }, { "name": "common", "source_files": "SQLiteORM/Classes/**/*", "public_header_files": "SQLiteORM/Classes/**/*.h", "resources": [ "SQLiteORM/Assets/Jieba.bundle", "SQLiteORM/Assets/PinYin.bundle" ], "dependencies": { "Runtime": [] } } ] }
Wed, 29 May 2019 10:00:18 +0000