[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / d / iOSAppFramework / 0.1.2 / iOSAppFramework.podspec.json
bloba5b8db53808ea595b5ae4f88518773a78e6d78ff
2   "name": "iOSAppFramework",
3   "version": "0.1.2",
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.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.3"
24     ],
25     "JSONModel": [
26       "~> 1.7.0"
27     ],
28     "ReactiveCocoa": [
29       "~> 2.5"
30     ],
31     "FMDB/SQLCipher": [
33     ],
34     "Masonry": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "iOS",
41       "subspecs": [
42         {
43           "name": "Foundation",
44           "source_files": "iOSAppFramework/Classes/iOS/Foundation/*.{h,m}"
45         },
46         {
47           "name": "UIKit",
48           "source_files": "iOSAppFramework/Classes/iOS/UIKit/*.{h,m}"
49         }
50       ]
51     },
52     {
53       "name": "ThirdParty",
54       "subspecs": [
55         {
56           "name": "ReactiveCocoa",
57           "source_files": "iOSAppFramework/Classes/ThirdParty/ReactiveCocoa/*.{h,m}"
58         }
59       ]
60     }
61   ]