[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / b / 0 / YHNetworking / 0.0.1 / YHNetworking.podspec.json
blob771aaa2efcad8b8ee988fdf40e920c8b382ff333
2   "name": "YHNetworking",
3   "version": "0.0.1",
4   "summary": "YHNetworking is a network request tool based on AFNetworking.",
5   "homepage": "https://github.com/yehot/YHNetworking",
6   "license": "MIT",
7   "authors": {
8     "yehot": "yehot2013@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/yehot/YHNetworking.git",
12     "tag": "0.0.1"
13   },
14   "source_files": "YHNetwork/*.{h,m}",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.0"
22     ],
23     "AFDownloadRequestOperation": [
24       "~> 2.0"
25     ]
26   }