blob: bea2721eac3861c6fbc850cc69922a98183e894a [file] [log] [blame]
{
"name": "Chute-SDK",
"version": "2.0.4",
"summary": "iOS SDK for developing apps using the Chute Platform.",
"homepage": "http://getchute.com",
"license": {
"type": "MIT"
},
"authors": {
"Aleksandar Kex Trpeski": "kex@getchute.com"
},
"source": {
"git": "https://github.com/chute/Chute-SDK-v2-iOS.git",
"tag": "2.0.4"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"Chute-SDK",
"Chute-SDK/**/*.{h,m,c}"
],
"frameworks": [
"AssetsLibrary",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
],
"DCKeyValueObjectMapping": [
"~> 1.4"
],
"MBProgressHUD": [
"~> 0.7"
],
"Lockbox": [
"~> 1.4.3"
]
}
}