blob: a4d42a55d2b698d5a6951de17b4bce14b7c0f37e [file] [log] [blame]
{
"name": "NBAsyncRestConnection",
"version": "1.0.0",
"summary": "A class for performing asynchronous RESTful HTTP connections.",
"homepage": "https://github.com/needbee/nbasyncrestconnection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/needbee/nbasyncrestconnection.git",
"tag": "1.0.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": true
}