[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / d / iOSAppFramework / 0.2.18 / iOSAppFramework.podspec.json
blobb16f438d95ad06780a9dfa869c9e3ac78ae91d11
2   "name": "iOSAppFramework",
3   "version": "0.2.18",
4   "summary": "App framework source tools.",
5   "description": "Source iOSAppFramework is a basic iOS App framework for App development.",
6   "homepage": "https://github.com/ItghostFan/iOSAppFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ItghostFan": "itghostfan@163.com"
13   },
14   "source": {
15     "git": "https://github.com/ItghostFan/iOSAppFramework.git",
16     "tag": "0.2.17"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Framework",
22   "dependencies": {
23     "Masonry": [
24       "1.0.2"
25     ],
26     "iOSRunTime": [
28     ],
29     "iOSThirdPartyTrap": [
31     ],
32     "JSONModel": [
33       "1.7.0"
34     ],
35     "FMDB/SQLCipher": [
36       "2.7.2"
37     ],
38     "FMDB/standalone": [
39       "2.7.2"
40     ],
41     "SDWebImage": [
42       "4.1.0"
43     ],
44     "ReactiveCocoa": [
45       "2.5"
46     ]
47   },
48   "subspecs": [
49     {
50       "name": "Framework",
51       "source_files": "iOSAppFramework/Classes/Framework/**/*.{h,m}",
52       "dependencies": {
53         "iOSAppFramework/iOS": [
55         ]
56       }
57     },
58     {
59       "name": "iOS",
60       "source_files": "iOSAppFramework/Classes/iOS/**/*.{h,m}"
61     }
62   ]