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