blob: a79d2d0d453b6c60fc8f9c84d90a941531018cc2 [file] [log] [blame]
{
"name": "IntentKit",
"version": "0.7.2",
"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.7.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"IntentKit",
"IntentKit/Core/**/*.{h,m}",
"IntentKit/Handlers/INKBrowserHandler.{h,m}",
"IntentKit/Apps/INKWebView/*.{h,m}"
],
"dependencies": {
"MWLayoutHelpers": [
]
},
"resource_bundles": {
"IntentKit": "IntentKit/{**/*.strings,Images/*.png}",
"IntentKit-Defaults": "IntentKit/Apps/Defaults/*.{plist,png}",
"IntentKit-INKBrowserHandler": "IntentKit/Apps/{Chrome,Safari,1Password,INKWebView}/*.{plist,png}"
},
"requires_arc": true
},
{
"name": "Twitter",
"dependencies": {
"IntentKit/Core": [
]
},
"source_files": [
"IntentKit/Handlers/INKTwitterHandler.{h,m}",
"IntentKit/Apps/INKTweetSheet/*.{h,m}"
],
"resource_bundles": {
"IntentKit-INKTwitterHandler": "IntentKit/Apps/{Twitter,Twitterrific,Tweetbot,INKTweetSheet}/*.{plist,png}"
},
"frameworks": "Twitter",
"requires_arc": true
},
{
"name": "Maps",
"dependencies": {
"IntentKit/Core": [
]
},
"source_files": "IntentKit/Handlers/INKMapsHandler.{h,m}",
"resource_bundles": {
"IntentKit-INKMapsHandler": "IntentKit/Apps/{Maps,Google Maps,Waze}/*.{plist,png}"
},
"requires_arc": true
},
{
"name": "Mail",
"dependencies": {
"IntentKit/Core": [
]
},
"source_files": [
"IntentKit/Handlers/INKMailHandler.{h,m}",
"IntentKit/Apps/INKMailSheet/*.{h,m}"
],
"resource_bundles": {
"IntentKit-INKMailHandler": "IntentKit/Apps/{Mail,Gmail,INKMailSheet}/*.{plist,png}"
},
"frameworks": "MessageUI",
"requires_arc": true
},
{
"name": "Facebook",
"dependencies": {
"IntentKit/Core": [
]
},
"source_files": "IntentKit/Handlers/INKFacebookHandler.{h,m}",
"resource_bundles": {
"IntentKit-INKFacebookHandler": "IntentKit/Apps/Facebook/*.{plist,png}"
},
"requires_arc": true
},
{
"name": "GPlus",
"dependencies": {
"IntentKit/Core": [
]
},
"source_files": "IntentKit/Handlers/INKGPlusHandler.{h,m}",
"resource_bundles": {
"IntentKit-INKGPlusHandler": "IntentKit/Apps/Google+/*.{plist,png}"
},
"requires_arc": true
}
]
}