blob: f7ac3488890af172dfcbcd2f61d59e2b383dacc9 [file] [log] [blame]
{
"name": "FMDBWithRuntime",
"version": "1.0.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/FMDBWithRuntime",
"license": "MIT",
"authors": {
"sfwan2014": "sfwan2014@github.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sfwan2014/FMDBWithRuntime.git",
"tag": "1.0.0"
},
"source_files": "FMDBWithRuntime/*",
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": "sqlite3.0",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/sqlite3.0"
},
"dependencies": {
"FMDB": [
"~> 2.5"
]
}
}