blob: 89a6a99936376c0bc974d9e8c4921f50c5ea9ff7 [file] [log] [blame]
{
"name": "TyphoonRestClient",
"version": "1.1.2",
"license": "Apache2.0",
"summary": "Flexible HTTP client for Objective-C and Swift",
"homepage": "https://github.com/appsquickly/TyphoonRestClient",
"authors": {
"Aleksey Garbarev, Jasper Blues & Contributors": "aleksey@appsquick.ly"
},
"source": {
"git": "https://github.com/appsquickly/TyphoonRestClient.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "TyphoonRestClient/**/*.{h,m}",
"requires_arc": true,
"documentation_url": "http://appsquickly.github.io/TyphoonRestClient/docs/latest/api/",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Base64": [
]
}
}