[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 0 / b / IntentKit / 0.5 / IntentKit.podspec.json
blobe2a524d29e2d7617d3188b126f11ff679732c202
2   "name": "IntentKit",
3   "version": "0.5",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An easier way to handle third-party URL schemes in iOS apps.",
9   "homepage": "https://github.com/intentkit/IntentKit",
10   "authors": {
11     "Mike Walker": "michael@lazerwalker.com"
12   },
13   "source": {
14     "git": "https://github.com/intentkit/IntentKit.git",
15     "tag": "0.5"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "IntentKit",
26         "IntentKit/Core/**/*.{h,m}",
27         "IntentKit/Handlers/INKBrowserHandler.{h,m}"
28       ],
29       "dependencies": {
30         "MWLayoutHelpers": [
32         ]
33       },
34       "resource_bundles": {
35         "IntentKit": "IntentKit/{**/*.strings,Images/*.png}",
36         "IntentKit-Defaults": "IntentKit/Apps/Defaults/*.{plist,png}",
37         "IntentKit-INKBrowserHandler": "IntentKit/Apps/{Chrome,Safari,1Password}/*.{plist,png}"
38       },
39       "requires_arc": true
40     },
41     {
42       "name": "Twitter",
43       "dependencies": {
44         "IntentKit/Core": [
46         ]
47       },
48       "source_files": "IntentKit/Handlers/INKTwitterHandler.{h,m}",
49       "resource_bundles": {
50         "IntentKit-INKTwitterHandler": "IntentKit/Apps/{Twitter,Twitterrific,Tweetbot}/*.{plist,png}"
51       },
52       "requires_arc": true
53     },
54     {
55       "name": "Maps",
56       "dependencies": {
57         "IntentKit/Core": [
59         ]
60       },
61       "source_files": "IntentKit/Handlers/INKMapsHandler.{h,m}",
62       "resource_bundles": {
63         "IntentKit-INKMapsHandler": "IntentKit/Apps/{Maps,Google Maps}/*.{plist,png}"
64       },
65       "requires_arc": true
66     },
67     {
68       "name": "Mail",
69       "dependencies": {
70         "IntentKit/Core": [
72         ]
73       },
74       "source_files": "IntentKit/Handlers/INKMailHandler.{h,m}",
75       "resource_bundles": {
76         "IntentKit-INKMailHandler": "IntentKit/Apps/{Mail,Gmail}/*.{plist,png}"
77       },
78       "requires_arc": true
79     },
80     {
81       "name": "Facebook",
82       "dependencies": {
83         "IntentKit/Core": [
85         ]
86       },
87       "source_files": "IntentKit/Handlers/INKFacebookHandler.{h,m}",
88       "resource_bundles": {
89         "IntentKit-INKFacebookHandler": "IntentKit/Apps/Facebook/*.{plist,png}"
90       },
91       "requires_arc": true
92     },
93     {
94       "name": "GPlus",
95       "dependencies": {
96         "IntentKit/Core": [
98         ]
99       },
100       "source_files": "IntentKit/Handlers/INKGPlusHandler.{h,m}",
101       "resource_bundles": {
102         "IntentKit-INKGPlusHandler": "IntentKit/Apps/Google+/*.{plist,png}"
103       },
104       "requires_arc": true
105     }
106   ]