[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / d / 5 / PZNetworkLayer / 0.0.5 / PZNetworkLayer.podspec.json
blob0856d5a20a198891e740f47ffdee8ca32db2f190
2   "name": "PZNetworkLayer",
3   "version": "0.0.5",
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.5"
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": "4.0"