[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 2 / 5 / PoporFMDB / 1.06 / PoporFMDB.podspec.json
blob42775a9d46a78eab4c7bf49d0c0dd41c799e88c9
2   "name": "PoporFMDB",
3   "version": "1.06",
4   "summary": "Init FMDB table; update db table column; simple sql tool;",
5   "homepage": "https://github.com/popor/PoporFMDB",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "popor": "908891024@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/popor/PoporFMDB.git",
15     "tag": "1.06"
16   },
17   "requires_arc": true,
18   "ios": {
19     "frameworks": "Foundation"
20   },
21   "tvos": {
22     "frameworks": "Foundation"
23   },
24   "osx": {
25     "frameworks": "Foundation"
26   },
27   "platforms": {
28     "ios": "8.0",
29     "osx": "10.10",
30     "tvos": "9.0"
31   },
32   "source_files": "PoporFMDB/Classes/*.{h,m}",
33   "dependencies": {
34     "FMDB": [
36     ],
37     "PoporFoundation/NSString": [
39     ]
40   }