[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / d / 0 / b / IntentKit / 0.7.3 / IntentKit.podspec.json
blob2eef19a2693b2d25bddf828774de1e5f31f09406
2   "name": "IntentKit",
3   "version": "0.7.3",
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.7.3"
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         "IntentKit/Apps/INKWebView/*.{h,m}"
29       ],
30       "dependencies": {
31         "MWLayoutHelpers": [
33         ]
34       },
35       "resource_bundles": {
36         "IntentKit": "IntentKit/{**/*.strings,Images/*.png}",
37         "IntentKit-Defaults": "IntentKit/Apps/Defaults/*.{plist,png}",
38         "IntentKit-INKBrowserHandler": "IntentKit/Apps/{Chrome,Safari,1Password,INKWebView}/*.{plist,png}"
39       },
40       "requires_arc": true
41     },
42     {
43       "name": "Twitter",
44       "dependencies": {
45         "IntentKit/Core": [
47         ]
48       },
49       "source_files": [
50         "IntentKit/Handlers/INKTwitterHandler.{h,m}",
51         "IntentKit/Apps/INKTweetSheet/*.{h,m}"
52       ],
53       "resource_bundles": {
54         "IntentKit-INKTwitterHandler": "IntentKit/Apps/{Twitter,Twitterrific,Tweetbot,INKTweetSheet}/*.{plist,png}"
55       },
56       "frameworks": "Twitter",
57       "requires_arc": true
58     },
59     {
60       "name": "Maps",
61       "dependencies": {
62         "IntentKit/Core": [
64         ]
65       },
66       "source_files": "IntentKit/Handlers/INKMapsHandler.{h,m}",
67       "resource_bundles": {
68         "IntentKit-INKMapsHandler": "IntentKit/Apps/{Maps,Google Maps,Waze}/*.{plist,png}"
69       },
70       "requires_arc": true
71     },
72     {
73       "name": "Mail",
74       "dependencies": {
75         "IntentKit/Core": [
77         ]
78       },
79       "source_files": [
80         "IntentKit/Handlers/INKMailHandler.{h,m}",
81         "IntentKit/Apps/INKMailSheet/*.{h,m}"
82       ],
83       "resource_bundles": {
84         "IntentKit-INKMailHandler": "IntentKit/Apps/{Mail,Gmail,INKMailSheet}/*.{plist,png}"
85       },
86       "frameworks": "MessageUI",
87       "requires_arc": true
88     },
89     {
90       "name": "Facebook",
91       "dependencies": {
92         "IntentKit/Core": [
94         ]
95       },
96       "source_files": "IntentKit/Handlers/INKFacebookHandler.{h,m}",
97       "resource_bundles": {
98         "IntentKit-INKFacebookHandler": "IntentKit/Apps/Facebook/*.{plist,png}"
99       },
100       "requires_arc": true
101     },
102     {
103       "name": "GPlus",
104       "dependencies": {
105         "IntentKit/Core": [
107         ]
108       },
109       "source_files": "IntentKit/Handlers/INKGPlusHandler.{h,m}",
110       "resource_bundles": {
111         "IntentKit-INKGPlusHandler": "IntentKit/Apps/Google+/*.{plist,png}"
112       },
113       "requires_arc": true
114     }
115   ]