[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / d / iOSAppFramework / 0.2.12 / iOSAppFramework.podspec.json
blob1023a8e7d34f28edd690475c713f81b6b6b3437f
2   "name": "iOSAppFramework",
3   "version": "0.2.12",
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.12"
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     "SDWebImage": [
39       "~> 4.0.0"
40     ],
41     "ReactiveCocoa": [
42       "~> 2.5"
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Framework",
48       "source_files": "iOSAppFramework/Classes/Framework/**/*.{h,m}",
49       "dependencies": {
50         "iOSAppFramework/iOS": [
52         ]
53       }
54     },
55     {
56       "name": "iOS",
57       "source_files": "iOSAppFramework/Classes/iOS/**/*.{h,m}"
58     }
59   ]