blob: 6ce359a5e509def8223585b60258ffae6c18aa0d [file] [log] [blame]
{
"name": "PBDBService",
"version": "1.1.0",
"summary": "database service for iOS development.",
"description": "database service for FLK.Inc iOS Developers, such as SQLCipher/FTS etc.",
"homepage": "https://github.com/iFindTA",
"license": "MIT (LICENSE)",
"authors": {
"nanhujiaju": "hujiaju@hzflk.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iFindTA/PBDBService.git",
"tag": "1.1.0"
},
"source_files": "PBDBService/Pod/Classes/*.{h,m}",
"public_header_files": "PBDBService/Pod/Classes/*.h",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"requires_arc": true,
"dependencies": {
"FMDB/FTS": [
"~> 2.6.2"
],
"FMDB/SQLCipher": [
"~> 2.6.2"
]
}
}