blob: 93e595a0b881623bb1f43055a0f2991fe2becc1c [file] [log] [blame]
{
"name": "catalyze-ios-sdk",
"version": "2.5",
"summary": "SDK for interacting with the Catalyze API",
"homepage": "https://github.com/catalyzeio/catalyze-ios-sdk",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Josh Ault": "josh@catalyze.io"
},
"source": {
"git": "https://github.com/catalyzeio/catalyze-ios-sdk.git",
"tag": "v2.5"
},
"source_files": "catalyze-ios-sdk/*.{m,h}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.2"
]
},
"subspecs": [
{
"name": "logging",
"dependencies": {
"AFNetworkActivityLogger": [
"~> 2.0"
]
}
}
]
}