[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / d / 5 / PZNetworkLayer / 0.0.2 / PZNetworkLayer.podspec.json
blob6ee355fbbaf20045ed5475749656890233946ef8
2   "name": "PZNetworkLayer",
3   "version": "0.0.2",
4   "summary": "This is the network layer for Photozig projects.",
5   "description": "This is the network layer for Photozig projects. Use it for all requests in WAM and PSO.",
6   "homepage": "https://github.com/rodrigosoldi/PNL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rodrigo Soldi": "rodrigosoldi@icloud.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/rodrigosoldi/PNL.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "PZNetworkLayer",
23     "PZNetworkLayer/**/*.{swift}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.5"
29     ],
30     "SwiftyJSON": [
32     ]
33   },
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "4"
36   },
37   "pushed_with_swift_version": "3.0"