| { |
| "name": "SwiftySQLLite", |
| "version": "0.1.10", |
| "summary": "Simple swift wrapper over sqllite C api", |
| "description": "Simple swift wrapper over sqllite C api, ideal for simple sqllite operations where no ORM overhead is needed.", |
| "homepage": "https://github.com/chelemen-razvan/SQLiteDB", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chelemen Razvan": "chelemen.razvan@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/chelemen-razvan/SQLiteDB.git", |
| "tag": "0.1.10" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SwiftySQLLite/*.swift", |
| "pod_target_xcconfig": { |
| "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/SwiftySQLLite/SwiftySQLLite/iphone", |
| "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/SwiftySQLLite/SwiftySQLLite/simulator" |
| }, |
| "libraries": "sqlite3", |
| "preserve_paths": "SwiftySQLLite/{iphone,simulator}/*", |
| "pushed_with_swift_version": "3.0" |
| } |