blob: bd60a86eaf8e95c3c21aaa24d4b798c208a46600 [file] [log] [blame]
{
"name": "Tapdaq",
"version": "0.3.2",
"summary": "Tapdaq - Community driven mobile advertising",
"description": " Tapdaq - Community driven mobile advertising for indie developers\n",
"homepage": "https://tapdaq.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tapdaq": "support@tapdaq.com"
},
"social_media_url": "http://twitter.com/tapdaq",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/tapdaq/tapdaq-ios-sdk.git",
"tag": "0.3.2"
},
"source_files": [
"Tapdaq",
"Tapdaq/Libs/*",
"Tapdaq/*.{h,m}",
"Tapdaq/Libs/*/*.{h,m}"
],
"public_header_files": [
"Tapdaq/Tapdaq.h",
"Tapdaq/TDConstant.h"
],
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"AdSupport",
"Security",
"SystemConfiguration",
"MobileCoreServices"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}