blob: 3fb8f90a81cafe91b7fe0ac4f7f43e42344322f8 [file] [log] [blame]
{
"name": "MightyIO-iOS-Pod",
"version": "0.8.0",
"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.8.0"
},
"social_media_url": "https://twitter.com/thesupermighty",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resources": "Pod/Assets/*.{png,xib,ttf}",
"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",
"CoreText"
],
"dependencies": {
"Parse": [
"~> 1.4"
]
}
}