blob: fcc2ab82e900e5f87bd2bc23fb120944444a974f [file] [log] [blame]
{
"name": "ClickSendObjc",
"version": "5.0.38",
"summary": "ClickSend v3 API",
"description": "This is an official SDK for [ClickSend](https://clicksend.com) Below you will find a current list of the available methods for clicksend. *NOTE: You will need to create a free account to use the API. You can register [here](https://dashboard.clicksend.com/#/signup/step1/)..*",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration",
"homepage": "https://clicksend.com",
"license": "Proprietary",
"source": {
"git": "https://github.com/clicksend/clicksend-objc.git",
"tag": "v5.0.38"
},
"authors": {
"ClickSend": "support@clicksend.com"
},
"source_files": "ClickSendClient/**/*.{m,h}",
"public_header_files": "ClickSendClient/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3"
],
"JSONModel": [
"~> 1.2"
],
"ISO8601": [
"~> 0.6"
]
}
}