blob: bea608d5144c6df0e91e5380c5fdd1c7ff18588f [file] [log] [blame]
{
"name": "catalyze-ios-sdk",
"version": "2.5.1",
"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.1"
},
"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"
]
}
}
]
}