blob: 3db31bc9e32cc4d2b0e2d2741cb66353db8f3734 [file] [log] [blame]
{
"name": "MightyIO-iOS-Pod",
"version": "0.1.3",
"summary": "The MightyIO SDK, by SuperMighty",
"homepage": "https://github.com/TheSuperMighty/MightyIO-iOS-Pod",
"license": "MIT",
"authors": {
"Gavin Potts": "gavin@supermighty.com"
},
"source": {
"git": "https://github.com/TheSuperMighty/MightyIO-iOS-Pod.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/thesupermighty",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/MightyIO.framework/**/*.h",
"preserve_paths": [
"Pod/Classes/MightyIO.framework",
"Pod/Classes/MightyIO.framework/**/*.h"
],
"vendored_frameworks": "Pod/Classes/MightyIO.framework",
"frameworks": [
"UIKit",
"MapKit",
"Social",
"StoreKit"
],
"dependencies": {
"Parse-iOS-SDK": [
"~> 1.2"
]
}
}