blob: 68f29c014ddb80b8830412c51080192937989d07 [file] [log] [blame]
{
"name": "AFJSONPRequestOperation",
"version": "1.0.0",
"homepage": "https://github.com/acerbetti/AFJSONPRequestOperation",
"authors": {
"Stefano Acerbetti": "acerbetti@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "AFNetworking Extension for the JSONP format.",
"source": {
"git": "https://github.com/acerbetti/AFJSONPRequestOperation.git",
"tag": "v1.0.0"
},
"source_files": "AFJSONPRequestOperation.{h,m}",
"dependencies": {
"AFNetworking": [
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true
}