[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / e / 2 / YCRequest / 0.1.13 / YCRequest.podspec.json
blob5123eea871b6d26146fa7611fe32e81f48a897e2
2   "name": "YCRequest",
3   "version": "0.1.13",
4   "summary": "YCRequest.",
5   "description": "YCRequest with AFNetworking",
6   "homepage": "https://github.com/ungacy/YCRequest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ungacy": "ungacy@126.com"
13   },
14   "source": {
15     "git": "https://github.com/ungacy/YCRequest.git",
16     "tag": "0.1.13"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YCRequest/Classes/*.{h,m}",
22   "public_header_files": "YCRequest/Classes/YC*.h",
23   "dependencies": {
24     "AFNetworking/NSURLSession": [
26     ]
27   },
28   "ios": {
29     "frameworks": [
30       "MobileCoreServices",
31       "SystemConfiguration"
32     ]
33   }