blob: ecd244b50a9459f066ed3153d99a43fd74fb089b [file] [log] [blame]
{
"name": "MWOpenInKit",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An easier way to handle third-party URL schemes in iOS apps.",
"homepage": "https://github.com/lazerwalker/MWOpenInKit",
"authors": {
"Mike Walker": "michael@lazerwalker.com"
},
"source": {
"git": "https://github.com/lazerwalker/MWOpenInKit.git",
"tag": "0.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": [
"MWOpenInKit",
"MWOpenInKit/**/*.{h,m}"
],
"resource_bundles": {
"MWOpenInKit": "MWOpenInKit/**/*.{plist,png}"
}
}