blob: 1fd09de836a71913fbda587361b5239bb93f7fa5 [file] [log] [blame]
{
"name": "MightyIO-iOS-Pod",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/thesupermighty",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit",
"Social",
"StoreKit"
],
"dependencies": {
"Parse-iOS-SDK": [
"~> 1.2"
]
}
}