blob: a152729e6940e652b15a5f2b740847bb03c3aa45 [file] [log] [blame]
{
"name": "YSKDB",
"version": "0.0.1",
"summary": "Wrapper for FMDB.",
"description": " A longer description of YSKDB 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!\n",
"homepage": "http://github.com/kitasuke/YSKDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kitasuke": "yusuke2759@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kitasuke/YSKDB.git",
"tag": "0.0.1"
},
"source_files": "YSKDB/**/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"FMDB/SQLCipher": [
]
}
}