[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 4 / PEPNetworking / 0.5.2 / PEPNetworking.podspec.json
blob1ec1d30e533b6cfcf5b471f34fd12dcf777c5ce4
2   "name": "PEPNetworking",
3   "version": "0.5.2",
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.2"
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   }