blob: 6bf030034eb9e146b94752e2864be490ae2dd674 [file] [log] [blame]
{
"name": "NSURLSession-PromiseKit",
"version": "0.3.0",
"summary": "Adds a category to NSURLSession to be able to use PromiseKit.",
"homepage": "https://github.com/jschmid/NSURLSession-PromiseKit",
"license": "MIT",
"authors": {
"Jonas Schmid": "jonas.schmid@gmail.com"
},
"source": {
"git": "https://github.com/jschmid/NSURLSession-PromiseKit.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/jonas_schmid",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": "Foundation",
"dependencies": {
"PromiseKit/Promise": [
"~> 1.0"
]
}
}