[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / 8 / EXFramework / 0.1.6 / EXFramework.podspec.json
blobece02101d2809b2512936a823c4a92ce06897b0c
2   "name": "EXFramework",
3   "version": "0.1.6",
4   "summary": "iOS base framework so that develop you can quickly",
5   "description": "include common use function ,such as extend control, networking, customer control...",
6   "homepage": "https://github.com/zhanghua0926/EXFramework",
7   "license": "MIT",
8   "authors": {
9     "翾燚": "zh19920926@live.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/zhanghua0926/EXFramework.git",
16     "tag": "0.1.6"
17   },
18   "dependencies": {
19     "AFNetworking": [
20       "~> 3.2.1"
21     ]
22   },
23   "subspecs": [
24     {
25       "name": "EXCalendar",
26       "source_files": "EXFramework/EXFramework/EXCalendar/*.{h,m}"
27     },
28     {
29       "name": "EXDefine",
30       "source_files": "EXFramework/EXFramework/EXDefine/*.{h,m}"
31     },
32     {
33       "name": "EXNavigation",
34       "source_files": "EXFramework/EXFramework/EXNavigation/*.{h,m}",
35       "dependencies": {
36         "EXFramework/EXDefine": [
38         ],
39         "EXFramework/EXUIKit": [
41         ]
42       }
43     },
44     {
45       "name": "EXNetworking",
46       "source_files": "EXFramework/EXFramework/EXNetworking/*.{h,m}",
47       "dependencies": {
48         "EXFramework/EXDefine": [
50         ]
51       }
52     },
53     {
54       "name": "EXObject",
55       "source_files": "EXFramework/EXFramework/EXObject/*.{h,m}"
56     },
57     {
58       "name": "EXUIKit",
59       "source_files": "EXFramework/EXFramework/EXUIKit/*.{h,m}",
60       "dependencies": {
61         "EXFramework/EXDefine": [
63         ]
64       }
65     }
66   ]