[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / c / 7 / b / AFKit / 1.0.3 / AFKit.podspec.json
blob90ae1148f7bede56cca8b1c46ec3a4cecc294833
2   "name": "AFKit",
3   "version": "1.0.3",
4   "summary": "AFKit iOS开发框架",
5   "description": "iOS开发框架",
6   "homepage": "https://github.com/AlwaysYang/AFKit",
7   "license": "MIT",
8   "authors": {
9     "maf": "425611381@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AlwaysYang/AFKit.git",
16     "tag": "1.0.3"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "dependencies": {
23     "Masonry": [
25     ],
26     "MBProgressHUD": [
28     ]
29   },
30   "source_files": "AFKit/AFKit/AFKit.h",
31   "public_header_files": "AFKit/AFKit/AFKit.h",
32   "subspecs": [
33     {
34       "name": "Const",
35       "source_files": "AFKit/AFKit/Const/{*.h,*.m}"
36     },
37     {
38       "name": "Base",
39       "subspecs": [
40         {
41           "name": "Macro",
42           "source_files": "AFKit/AFKit/Base/AFKitMacro.h"
43         },
44         {
45           "name": "Factory",
46           "source_files": "AFKit/AFKit/Base/Factory/*"
47         },
48         {
49           "name": "Foundation",
50           "source_files": "AFKit/AFKit/Base/Foundation/*"
51         },
52         {
53           "name": "Quartz",
54           "source_files": "AFKit/AFKit/Base/Quartz/*"
55         },
56         {
57           "name": "UIKit",
58           "source_files": "AFKit/AFKit/Base/UIKit/*"
59         }
60       ]
61     }
62   ]