[Add] DocumentReaderBarcode 7.5.10922
[CocoaPods.git] / Specs / c / a / d / ACSFramework / 0.0.2 / ACSFramework.podspec.json
blob3601509cbbed3a8269ff3fa07b236317d9268fa6
2   "name": "ACSFramework",
3   "version": "0.0.2",
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.2"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "source_files": "ACSFramework/Lib/ACSUIKit/**/*",
24   "subspecs": [
25     {
26       "name": "KeyboardCorver",
27       "source_files": "ACSFramework/Lib/ACSUIKit/ACSKeyboardCorver/"
28     },
29     {
30       "name": "EmptyDataset",
31       "source_files": "ACSFramework/Lib/ACSUIKit/ACSEmpty/"
32     },
33     {
34       "name": "ACSTextView",
35       "source_files": "ACSFramework/Lib/ACSUIKit/ACSTextView/"
36     },
37     {
38       "name": "ACSFont",
39       "source_files": "ACSFramework/Lib/ACSUIKit/ACSFont/"
40     },
41     {
42       "name": "ACSTapsView",
43       "source_files": "ACSFramework/Lib/ACSUIKit/ACSTapsView/"
44     },
45     {
46       "name": "ACSTextField",
47       "source_files": "ACSFramework/Lib/ACSUIKit/ACSTextField/"
48     },
49     {
50       "name": "ACSView",
51       "source_files": "ACSFramework/Lib/ACSUIKit/ACSView/"
52     },
53     {
54       "name": "ACSColor",
55       "source_files": "ACSFramework/Lib/ACSUIKit/ACSColor/"
56     },
57     {
58       "name": "ACSLabel",
59       "source_files": "ACSFramework/Lib/ACSUIKit/ACSLabel/"
60     },
61     {
62       "name": "ACSButton",
63       "source_files": "ACSFramework/Lib/ACSUIKit/ACSButton/"
64     }
65   ]