blob: c6889f33630d2cf2046dfae969ad9b78b62f2505 [file] [log] [blame]
{
"name": "catalyze-ios-sdk",
"version": "2.2",
"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.2"
},
"source_files": "catalyze-ios-sdk/*.{m,h}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.2.1"
]
}
}