blob: f77957f412ee24d5867a27b99b91ce3062851a24 [file] [log] [blame]
{
"name": "MiraSDK",
"version": "1.0.0",
"summary": "The Mira advertising SDK: monetize your apps without showing in-app advertisements.",
"description": "The Mira advertising SDK allows app developers to make money showing ads on physical screens in malls, stadiums, and storefronts rather than in their app. This allows them to make more money per impression while keeping their app's interface uncluttered.",
"homepage": "http://mira.is",
"license": "MIT",
"authors": {
"Chris Becom": "cbecom@mira.is",
"Brendan Younger": "byounger@mira.is"
},
"source": {
"git": "https://github.com/mira-is/MiraSDK-iOS.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/Mira_NYC",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/MiraSDK.h",
"frameworks": [
"AdSupport",
"CoreBluetooth",
"CoreLocation",
"SystemConfiguration",
"Foundation",
"UIKit"
]
}