[Add] DocumentReaderBarcode 7.5.10922
[CocoaPods.git] / Specs / c / a / d / ACSFramework / 0.0.1 / ACSFramework.podspec.json
blobfe63f84ce156ecacaf8f3187647b3a98bb8892b6
2   "name": "ACSFramework",
3   "version": "0.0.1",
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.1"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "KeyboardCorver",
26       "source_files": "ACSFramework/Lib/ACSUIKit/UIViewController+ACSKeyboardCorver.{h,m}"
27     },
28     {
29       "name": "EmptyDataset",
30       "source_files": "ACSFramework/Lib/ACSUIKit/UIScrollView+ACSEmpty.{h,m}"
31     }
32   ]