[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 0 / 4 / PEPNetworking / 0.5.1 / PEPNetworking.podspec.json
blob2fcb994ded75266cf1a82be725f545a23d10e11f
2   "name": "PEPNetworking",
3   "version": "0.5.1",
4   "summary": "A networking framework based on AFNetworking",
5   "homepage": "https://github.com/PEPDigitalPublishing/PEPNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "lipz": "lipz@pep.com.cn"
12   },
13   "source": {
14     "git": "https://github.com/PEPDigitalPublishing/PEPNetworking.git",
15     "tag": "0.5.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "PEPNetworking/Classes/**/*.{h,m}",
21   "public_header_files": "PEPNetworking/Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 4.0.0"
29     ]
30   }