[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 2 / a / 6 / CLNetworking / 3.0.1 / CLNetworking.podspec.json
blob249b9b35ddba15a6bd8d577304cccc63139baaff
2   "name": "CLNetworking",
3   "version": "3.0.1",
4   "summary": "基于AFNetworking 3.x 简易封装",
5   "description": "基于AFNetworking 3.x封装,提供常用的api",
6   "homepage": "https://github.com/chrislian/CLNetworking",
7   "license": "MIT",
8   "authors": {
9     "chrislian": "chris0592@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/chrislian/CLNetworking.git",
16     "tag": "3.0.1"
17   },
18   "source_files": "CLNetworking/Classes/*.{h,m}",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.0"
24     ]
25   }