[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / e / 2 / YCRequest / 0.1.16 / YCRequest.podspec.json
blobd888a17e778fc60cbecd073988269e9d30e732f8
2   "name": "YCRequest",
3   "version": "0.1.16",
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.16"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "YCRequest/Classes/*.{h,m}",
23   "public_header_files": "YCRequest/Classes/YC*.h",
24   "dependencies": {
25     "AFNetworking/NSURLSession": [
27     ]
28   },
29   "ios": {
30     "frameworks": [
31       "MobileCoreServices",
32       "SystemConfiguration"
33     ]
34   }