blob: ec74c39447c45912921da35bdea0a0da6c0db3bf [file] [log] [blame]
{
"name": "MWOpenInKit",
"version": "0.1.0",
"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.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": [
"MWOpenInKit",
"MWOpenInKit/**/*.{h,m}"
],
"resource_bundles": {
"MWOpenInKit": "MWOpenInKit/**/*.{plist,png}"
}
}