| { |
| "name": "FMDBRuntimeNew", |
| "version": "1.0", |
| "summary": "Use FMDB With Runtime to insert,delete,query the data", |
| "description": "A longer description of FMDBWithRuntime in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!", |
| "homepage": "https://github.com/sfwan2014/FMDBRuntimeNew", |
| "license": "MIT", |
| "authors": { |
| "sfwan2014": "sfwan2014@github.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/sfwan2014/FMDBRuntimeNew.git", |
| "tag": "1.0" |
| }, |
| "source_files": "FMDBRuntimeNew/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "libraries": "sqlite3.0", |
| "requires_arc": true, |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/sqlite3.0" |
| }, |
| "dependencies": { |
| "FMDB": [ |
| "~> 2.5" |
| ] |
| } |
| } |