[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 1 / 6 / 7 / IOAApiManager / 0.0.1 / IOAApiManager.podspec.json
blob1f097f1ccbab85bf4b8a8b12ec50a6f19892ff6a
2   "name": "IOAApiManager",
3   "version": "0.0.1",
4   "summary": "网络请求框架对 YTKNetwork二次封装,使用方式多样,简单。",
5   "description": "网络请求框架对 YTKNetwork二次封装,使用方式多样,简单。 Easy",
6   "homepage": "https://github.com/EarthMass/IOAApiManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EarthMass": "627556038@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/EarthMass/IOAApiManager.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "IOAApiManagerDemo/**/IOAApiManager.h",
22   "public_header_files": "IOAApiManagerDemo/**/IOAApiManager.h",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "MJExtension": [
31     ],
32     "YTKNetwork": [
33       "2.0.4"
34     ],
35     "HXProgressHUD": [
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "IOARequestAndResponse",
42       "source_files": "IOAApiManagerDemo/**/IOA{Request,Response,ApiHelper,NetworkManager}.{h,m}",
43       "public_header_files": "IOAApiManagerDemo/**/IOA{Request,Response,ApiHelper,NetworkManager}.h"
44     },
45     {
46       "name": "IOACategary",
47       "source_files": "IOAApiManagerDemo/**/AFJSONResponseSerializer+Addition.{h,m}",
48       "public_header_files": "IOAApiManagerDemo/**/AFJSONResponseSerializer+Addition.h"
49     }
50   ]