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