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