blob: 37893bd77acfe758f4108660bf2020da2d63fb07 [file] [log] [blame]
{
"name": "GPHTTPRequest",
"version": "0.0.1",
"summary": "RESTFul network library in objective-c. Built on NSURLConnection.",
"homepage": "https://github.com/daltoniam/GPHTTPRequest",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"source": {
"git": "https://github.com/daltoniam/GPHTTPRequest.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"frameworks": "SystemConfiguration",
"requires_arc": true
}