[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / d / iOSAppFramework / 0.2.1 / iOSAppFramework.podspec.json
blob0634a05dcf1e31bb207ec682e682bd420b6e3e7c
2   "name": "iOSAppFramework",
3   "version": "0.2.1",
4   "summary": "Source iOSAppFramework is a basic iOS App framework for App development.",
5   "description": "TODO: Add long description of the pod here.",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Framework",
22   "subspecs": [
23     {
24       "name": "Framework",
25       "dependencies": {
26         "Masonry": [
28         ],
29         "AFNetworking": [
30           "~> 2.3"
31         ],
32         "JSONModel": [
33           "~> 1.7.0"
34         ],
35         "FMDB/SQLCipher": [
37         ],
38         "SDWebImage": [
39           "~> 3.7.5"
40         ],
41         "ReactiveCocoa": [
42           "~> 2.5"
43         ],
44         "iOSAppFramework/iOS": [
46         ],
47         "iOSAppFramework/ThirdParty": [
49         ]
50       },
51       "subspecs": [
52         {
53           "name": "Foundation",
54           "source_files": "iOSAppFramework/Classes/Framework/Foundation/*.{h,m}"
55         },
56         {
57           "name": "UIKit",
58           "source_files": "iOSAppFramework/Classes/Framework/UIKit/*.{h,m}"
59         },
60         {
61           "name": "Any",
62           "source_files": "iOSAppFramework/Classes/Framework/Any/**/*.{h,m}"
63         }
64       ]
65     },
66     {
67       "name": "iOS",
68       "subspecs": [
69         {
70           "name": "Foundation",
71           "source_files": "iOSAppFramework/Classes/iOS/Foundation/*.{h,m}"
72         },
73         {
74           "name": "UIKit",
75           "source_files": "iOSAppFramework/Classes/iOS/UIKit/*.{h,m}"
76         }
77       ]
78     },
79     {
80       "name": "ThirdParty",
81       "dependencies": {
82         "ReactiveCocoa": [
83           "~> 2.5"
84         ]
85       },
86       "subspecs": [
87         {
88           "name": "ReactiveCocoa",
89           "source_files": "iOSAppFramework/Classes/ThirdParty/ReactiveCocoa/*.{h,m}"
90         }
91       ]
92     }
93   ]