blob: c22e92466e314d1e23b3d2ad2b086029e0a95c32 [file] [log] [blame]
{
"name": "IntentKit",
"version": "0.4.1",
"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.4.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"IntentKit",
"IntentKit/**/*.{h,m}"
],
"resource_bundles": {
"IntentKit": "IntentKit/**/*.strings"
}
},
{
"name": "Browsers",
"dependencies": {
"IntentKit/Core": [
]
},
"resource_bundles": {
"IntentKit-INKBrowserHandler": "IntentKit/Apps/{Chrome,Safari,1Password,Fallback}/*.{plist,png}"
}
},
{
"name": "Twitter",
"dependencies": {
"IntentKit/Core": [
],
"IntentKit/Browsers": [
]
},
"resource_bundles": {
"IntentKit-INKTwitterHandler": "IntentKit/Apps/{Twitter,Twitterrific,Tweetbot}/*.{plist,png}"
}
},
{
"name": "Maps",
"dependencies": {
"IntentKit/Core": [
]
},
"resource_bundles": {
"IntentKit-INKMapsHandler": "IntentKit/Apps/{Maps,GoogleMaps}/*.{plist,png}"
}
},
{
"name": "Mail",
"dependencies": {
"IntentKit/Core": [
]
},
"resource_bundles": {
"IntentKit-INKMailHandler": "IntentKit/Apps/{Mail,Gmail}/*.{plist,png}"
}
},
{
"name": "Facebook",
"dependencies": {
"IntentKit/Core": [
],
"IntentKit/Browsers": [
]
},
"resource_bundles": {
"IntentKit-INKFacebookHandler": "IntentKit/Apps/Facebook/*.{plist,png}"
}
},
{
"name": "GPlus",
"dependencies": {
"IntentKit/Core": [
],
"IntentKit/Browsers": [
]
},
"resource_bundles": {
"IntentKit-INKGPlusHandler": "IntentKit/Apps/GPlus/*.{plist,png}"
}
}
]
}