[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 0 / 4 / PEPNetworking / 0.4.1 / PEPNetworking.podspec.json
blob362fcc67a60802860c3ea0bd629f63bab049f254
2   "name": "PEPNetworking",
3   "version": "0.4.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.4.1"
16   },
17   "platforms": {
18     "ios": "8.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       "~> 3.0"
29     ]
30   }