blob: 55608ee5b389bc293fa9f184aba44741ef758119 [file] [log] [blame]
{
"name": "Chute-SDK",
"version": "2.0.7",
"summary": "iOS SDK for developing apps using the Chute Platform.",
"homepage": "http://getchute.com",
"license": {
"type": "MIT"
},
"authors": {
"Oliver Dimitrov": "oliver.dimitrov@getchute.com"
},
"source": {
"git": "https://github.com/chute/Chute-SDK-v2-iOS.git",
"tag": "2.0.7"
},
"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"
],
"CocoaLumberjack": [
"~> 1.6.2"
]
}
}