blob: c50ad9257800d8768bfdc3ba135a38b228cf91db [file] [log] [blame]
{
"name": "GetResponseAPI",
"version": "0.0.1",
"summary": "This library is an API wrapper for the GetResponse API v3.0",
"description": "GetResponseAPI is an API wrapper for the GetResponse API 3.0 that allows you to use basic API methods such as listning, adding, and removing contacts as well as fetching the list of your campaigns.",
"authors": {
"Maciej Kołek": "maciej.kolek@getresponse.com"
},
"homepage": "https://github.com/GetResponse/iOS-Developer-Kit",
"license": {
"type": "MIT",
"file": "LICENSE.TXT"
},
"platforms": {
"ios": "8.2"
},
"source": {
"git": "https://github.com/GetResponse/iOS-Developer-Kit.git",
"tag": "v0.0.1"
},
"source_files": [
"GetResponseAPI",
"GetResponseAPI/**/*.{h,m}"
],
"resource_bundles": {
"GetResponseAPI": [
]
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"JSONModel": [
"~> 1.0"
],
"AFNetworkActivityLogger": [
]
}
}