blob: 34522697346d5160431f9e33178a0b5d822905df [file] [log] [blame]
{
"name": "Sphinx",
"version": "0.2.0",
"summary": "Sphinx: iOS Sqlite Browser in App.",
"description": "Sphinx: iOS Sqlite Browser in App.",
"homepage": "http://blog.devzeng.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zengjing": "hhtczengjing@gmail.com"
},
"source": {
"git": "https://github.com/hhtczengjing/Sphinx.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
},
"source_files": [
"Sphinx/Classes/**/*.{h,m,mm,c,cpp}",
"Sphinx/Vendor/**/*.{h,m,mm,c,cpp}"
],
"resources": "Sphinx/Assets/SphinxWeb.bundle",
"public_header_files": [
"Sphinx/Classes/**/*.h",
"Sphinx/Vendor/**/*.h"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.3"
],
"FMDB": [
"~> 2.7.2"
]
}
}