[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 6 / 4 / Inngage / 1.0.4 / Inngage.podspec.json
blob004f992be4d04bf52d8addb8d1ac18a98550eba0
2   "name": "Inngage",
3   "version": "1.0.4",
4   "license": "MIT",
5   "summary": "Inngage library",
6   "homepage": "https://inngage.readme.io/docs/tutorial-de-integracao-ios",
7   "authors": {
8     "Augusto Reis": "reis-augusto@hotmail.com"
9   },
10   "source": {
11     "git": "https://github.com/inngage/inngage-ios.git",
12     "tag": "1.0.4"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "default_subspecs": "Core",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Shared",
22       "frameworks": [
23         "Foundation",
24         "UIKit",
25         "WebKit"
26       ],
27       "source_files": "InngageIos/Shared/**/*.{h,m}",
28       "resources": [
29         "InngageIos/**/*.xib"
30       ]
31     },
32     {
33       "name": "Core",
34       "frameworks": [
35         "Foundation",
36         "UIKit",
37         "WebKit"
38       ],
39       "source_files": "InngageIos/Core/**/*.{h,m}",
40       "resources": [
41         "InngageIos/**/*.xib"
42       ],
43       "dependencies": {
44         "Inngage/Shared": [
46         ]
47       }
48     },
49     {
50       "name": "NotificationExtension",
51       "frameworks": [
52         "Foundation",
53         "UIKit"
54       ],
55       "weak_frameworks": [
56         "UserNotifications",
57         "UserNotificationsUI"
58       ],
59       "source_files": "InngageIos/NotificationExtension/**/*.{h,m}",
60       "dependencies": {
61         "Inngage/Shared": [
63         ],
64         "Inngage/Core": [
66         ]
67       }
68     }
69   ]