blob: dd63333fa5df75026beff4bc7141cfc3e1ebefe9 [file] [log] [blame]
{
"name": "OTAppaloosa",
"version": "0.6.2",
"summary": "Appaloosa SDK for iOS.",
"homepage": "http://www.appaloosa-store.com/",
"license": "Apache License, Version 2.0",
"authors": {
"Robin Sfez": "rsfez@octo.com",
"Christophe Valentin": "lv.beleck@gmail.com"
},
"source": {
"git": "https://github.com/appaloosa-store/appaloosa-ios-sdk.git",
"tag": "0.6.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "OTAppaloosa/**/*.{h,m}",
"resources": "OTAppaloosa/**/*.{png,xib,strings}",
"frameworks": [
"QuartzCore",
"MessageUI",
"AdSupport"
],
"requires_arc": true,
"dependencies": {
"TPKeyboardAvoiding": [
"~> 1.1"
],
"UIDeviceAddition": [
"~> 1.0"
],
"Reachability": [
"~> 3.2"
],
"Base64": [
"~> 1.0.1"
],
"SFHFKeychainUtils": [
"~> 0.0"
]
}
}