[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / d / 0 / b / IntentKit / 0.4.1 / IntentKit.podspec.json
blobc22e92466e314d1e23b3d2ad2b086029e0a95c32
2   "name": "IntentKit",
3   "version": "0.4.1",
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.4.1"
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/**/*.{h,m}"
27       ],
28       "resource_bundles": {
29         "IntentKit": "IntentKit/**/*.strings"
30       }
31     },
32     {
33       "name": "Browsers",
34       "dependencies": {
35         "IntentKit/Core": [
37         ]
38       },
39       "resource_bundles": {
40         "IntentKit-INKBrowserHandler": "IntentKit/Apps/{Chrome,Safari,1Password,Fallback}/*.{plist,png}"
41       }
42     },
43     {
44       "name": "Twitter",
45       "dependencies": {
46         "IntentKit/Core": [
48         ],
49         "IntentKit/Browsers": [
51         ]
52       },
53       "resource_bundles": {
54         "IntentKit-INKTwitterHandler": "IntentKit/Apps/{Twitter,Twitterrific,Tweetbot}/*.{plist,png}"
55       }
56     },
57     {
58       "name": "Maps",
59       "dependencies": {
60         "IntentKit/Core": [
62         ]
63       },
64       "resource_bundles": {
65         "IntentKit-INKMapsHandler": "IntentKit/Apps/{Maps,GoogleMaps}/*.{plist,png}"
66       }
67     },
68     {
69       "name": "Mail",
70       "dependencies": {
71         "IntentKit/Core": [
73         ]
74       },
75       "resource_bundles": {
76         "IntentKit-INKMailHandler": "IntentKit/Apps/{Mail,Gmail}/*.{plist,png}"
77       }
78     },
79     {
80       "name": "Facebook",
81       "dependencies": {
82         "IntentKit/Core": [
84         ],
85         "IntentKit/Browsers": [
87         ]
88       },
89       "resource_bundles": {
90         "IntentKit-INKFacebookHandler": "IntentKit/Apps/Facebook/*.{plist,png}"
91       }
92     },
93     {
94       "name": "GPlus",
95       "dependencies": {
96         "IntentKit/Core": [
98         ],
99         "IntentKit/Browsers": [
101         ]
102       },
103       "resource_bundles": {
104         "IntentKit-INKGPlusHandler": "IntentKit/Apps/GPlus/*.{plist,png}"
105       }
106     }
107   ]