blob: 2c867b8347525faabb5879fb1a18580ba274dc72 [file] [log] [blame]
{
"name": "NGApi",
"version": "0.1.0",
"summary": "A simple API handler",
"description": "A simple API handler wrapped around NSURLSessions.",
"homepage": "https://github.com/nextgenappsllc/NGApi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nextgenappsllc": "nextgenappsllc@gmail.com"
},
"source": {
"git": "https://github.com/nextgenappsllc/NGApi.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NGApi/Classes/**/*",
"dependencies": {
"NGAEssentials": [
"~> 0.1"
]
},
"pushed_with_swift_version": "3.0"
}