[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / d / ACSFramework / 0.0.15 / ACSFramework.podspec.json
blob2cadfa5f50f79852e2ff698b41c2cb83c25c6f33
2   "name": "ACSFramework",
3   "version": "0.0.15",
4   "summary": "iOS 基本框架",
5   "description": "iOS 基本框架,添加了一些常用的第三方库,并且使用pods管理;对UIView进行拓展(ACSUIKit),添加一些常用的工具(ACSTool)",
6   "homepage": "https://github.com/qigge/ACSFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eric": "wangzeqi2013@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/qigge/ACSFramework.git",
19     "tag": "0.0.15"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "UIKit",
26       "source_files": "ACSFramework/Lib/ACSUIKit/**/*"
27     },
28     {
29       "name": "KeyboardCorver",
30       "source_files": "ACSFramework/Lib/ACSUIKit/ACSKeyboardCorver/"
31     },
32     {
33       "name": "EmptyDataset",
34       "source_files": "ACSFramework/Lib/ACSUIKit/ACSEmpty/"
35     },
36     {
37       "name": "ACSTextView",
38       "source_files": "ACSFramework/Lib/ACSUIKit/ACSTextView/"
39     },
40     {
41       "name": "ACSFont",
42       "source_files": "ACSFramework/Lib/ACSUIKit/ACSFont/"
43     },
44     {
45       "name": "ACSTapsView",
46       "source_files": "ACSFramework/Lib/ACSUIKit/ACSTapsView/"
47     },
48     {
49       "name": "ACSTextField",
50       "source_files": "ACSFramework/Lib/ACSUIKit/ACSTextField/"
51     },
52     {
53       "name": "ACSView",
54       "source_files": "ACSFramework/Lib/ACSUIKit/ACSView/"
55     },
56     {
57       "name": "ACSColor",
58       "source_files": "ACSFramework/Lib/ACSUIKit/ACSColor/"
59     },
60     {
61       "name": "ACSLabel",
62       "source_files": "ACSFramework/Lib/ACSUIKit/ACSLabel/"
63     },
64     {
65       "name": "ACSButton",
66       "source_files": "ACSFramework/Lib/ACSUIKit/ACSButton/"
67     },
68     {
69       "name": "ACSRequest",
70       "source_files": "ACSFramework/Base/Request/",
71       "dependencies": {
72         "AFNetworking": [
74         ]
75       }
76     }
77   ]