blob: fee240bdfbd935e4a0e23232fdddd45da3cd9ecf [file] [log] [blame]
{
"name": "RedTroops",
"version": "3.0.0",
"summary": "IN-APP Advertising",
"description": " A longer description of RedTroops in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://RedTroops.com",
"license": {
"type": "MIT",
"text": " Copyright 2015\n RedTroops\n"
},
"authors": {
"RedTroops": "samer@redtroops.com"
},
"social_media_url": "http://twitter.com/RedTroops",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/RedTroops/IOS-SDK.git",
"tag": "3.0.0"
},
"exclude_files": "Classes/Exclude",
"frameworks": [
"SystemConfiguration",
"QuartzCore",
"CoreGraphics",
"Security",
"MobileCoreServices",
"CoreTelephony"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}