[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / 1 / AppComponents / 1.0.0 / AppComponents.podspec.json
blob6671947c99a8f4238a7ba8ee7e9cce86dd1fc5d8
2   "name": "AppComponents",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Components for iOS development.",
6   "homepage": "https://github.com/ElfSundae/AppComponents",
7   "authors": {
8     "Elf Sundae": "http://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ElfSundae/AppComponents.git",
12     "tag": "1.0.0",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "AppComponents/AppComponents.h",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "AppComponents/Core/**/*.{h,m}",
24       "dependencies": {
25         "ESFramework/Core": [
27         ],
28         "ESFramework/Additions": [
30         ]
31       }
32     },
33     {
34       "name": "Encryptor",
35       "source_files": "AppComponents/Encryptor/**/*.{h,m}",
36       "dependencies": {
37         "ESFramework/Core": [
39         ]
40       }
41     },
42     {
43       "name": "UDID",
44       "source_files": "AppComponents/UDID/**/*.{h,m}",
45       "frameworks": "AdSupport",
46       "dependencies": {
47         "UICKeyChainStore": [
49         ],
50         "AppComponents/Core": [
52         ]
53       }
54     },
55     {
56       "name": "View",
57       "source_files": "AppComponents/View/**/*.{h,m}",
58       "dependencies": {
59         "ESFramework/UIKit": [
61         ],
62         "AppComponents/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Ad",
69       "source_files": "AppComponents/Ad/**/*.{h,m}",
70       "dependencies": {
71         "ESFramework/App": [
73         ],
74         "AppComponents/Core": [
76         ]
77       }
78     },
79     {
80       "name": "AppUpdater",
81       "source_files": "AppComponents/AppUpdater/**/*.{h,m}",
82       "dependencies": {
83         "ESFramework/App": [
85         ],
86         "ESFramework/StoreKit": [
88         ],
89         "AppComponents/Core": [
91         ]
92       }
93     },
94     {
95       "name": "Networking",
96       "source_files": "AppComponents/Networking/**/*.{h,m}",
97       "dependencies": {
98         "AFNetworking": [
99           "~> 3.0"
100         ],
101         "ESFramework/App": [
103         ],
104         "AppComponents/Encryptor": [
106         ],
107         "AppComponents/App": [
109         ]
110       }
111     },
112     {
113       "name": "App",
114       "source_files": "AppComponents/App/**/*.{h,m}",
115       "dependencies": {
116         "APIService-UmengAnalytics": [
118         ],
119         "APIService-TalkingData": [
121         ],
122         "ESFramework/App": [
124         ],
125         "MBProgressHUD": [
127         ],
128         "AppComponents/Core": [
130         ]
131       }
132     }
133   ]