[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / d / b / XCHTTPClient / 1.0 / XCHTTPClient.podspec.json
blob39dbe5fd7cc6c8bfb50b3878cede438e56f989b5
2   "name": "XCHTTPClient",
3   "version": "1.0",
4   "summary": "高度抽象的网络请求类,基于AFNetworking",
5   "homepage": "https://github.com/sinsmin/XCHTTPClient",
6   "license": "MIT",
7   "authors": {
8     "sinsmin": "sinsmin@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/sinsmin/XCHTTPClient.git",
12     "tag": "1.0"
13   },
14   "source_files": [
15     "XCHTTPClient/Classes/*.{h,m}",
16     "XCHTTPClient/AFNetworking/*.{h,m}",
17     "XCHTTPClient/AFNetworking/AFDownloadRequestOperation/*.{h,m}"
18   ],
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "SystemConfiguration",
26     "MobileCoreServices",
27     "Security",
28     "UIKit",
29     "CoreGraphics"
30   ]