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