blob: 0856d5a20a198891e740f47ffdee8ca32db2f190 [file] [log] [blame]
{
"name": "PZNetworkLayer",
"version": "0.0.5",
"summary": "This is the network layer for Photozig projects.",
"description": "This is the network layer for Photozig projects. Use it for all requests in WAM and PSO.",
"homepage": "https://github.com/rodrigosoldi/PNL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rodrigo Soldi": "rodrigosoldi@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/rodrigosoldi/PNL.git",
"tag": "0.0.5"
},
"source_files": [
"PZNetworkLayer",
"PZNetworkLayer/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"SwiftyJSON": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"pushed_with_swift_version": "4.0"
}