[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / 0 / 7 / PDNetworking / 0.1.0 / PDNetworking.podspec.json
blob75a1cd7af401e5100e05747fc4d2a1fbfb9a8945
2   "name": "PDNetworking",
3   "version": "0.1.0",
4   "summary": "Lightweight networking framework based on AFNetworking.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/PipeDog/PDNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liang": "leiliang0128@163.com"
13   },
14   "source": {
15     "git": "https://github.com/PipeDog/PDNetworking.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PDNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ]
29   }