blob: 4e13bb0b88fd9c6f0ad4cb056cce98246b73e3ad [file] [log] [blame]
{
"name": "catalyze-ios-sdk",
"version": "3.2.0",
"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": "3.2.0"
},
"source_files": "catalyze-ios-sdk/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
},
"subspecs": [
{
"name": "logging",
"dependencies": {
"AFNetworkActivityLogger": [
"~> 2.0"
]
}
}
]
}