blob: 56c7ab80fb257e6695b02962ee6dbad7d5db540f [file] [log] [blame]
{
"name": "PZNetworkLayer",
"version": "0.0.6",
"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.6"
},
"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"
}