[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 2 / PBDBService / 1.1.0 / PBDBService.podspec.json
blob6ce359a5e509def8223585b60258ffae6c18aa0d
2   "name": "PBDBService",
3   "version": "1.1.0",
4   "summary": "database service for iOS development.",
5   "description": "database service for FLK.Inc iOS Developers, such as SQLCipher/FTS etc.",
6   "homepage": "https://github.com/iFindTA",
7   "license": "MIT (LICENSE)",
8   "authors": {
9     "nanhujiaju": "hujiaju@hzflk.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/iFindTA/PBDBService.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "PBDBService/Pod/Classes/*.{h,m}",
19   "public_header_files": "PBDBService/Pod/Classes/*.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "SystemConfiguration"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "FMDB/FTS": [
28       "~> 2.6.2"
29     ],
30     "FMDB/SQLCipher": [
31       "~> 2.6.2"
32     ]
33   }