blob: 25698b2f2ca524799b997a17fca416eff5a6e697 [file] [log] [blame]
{
"name": "HTTPKit",
"version": "0.1.0",
"summary": "Task based, promise like syntax, RESTful, HTTP library for iOS and OS X. Built off ConcurrentKit and NSURLSession.",
"homepage": "https://github.com/daltoniam/HTTPKit",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"source": {
"git": "https://github.com/daltoniam/HTTPKit.git",
"tag": "0.1.0"
},
"social_media_url": "http://twitter.com/daltoniam",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "*.{h,m}",
"dependencies": {
"ConcurrentKit": [
]
},
"requires_arc": true
}