[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / f / 2 / XLActionController / 5.0.1 / XLActionController.podspec.json
blobd0a1987c4799a45f72917e36b856a79f47b82ed6
2   "name": "XLActionController",
3   "version": "5.0.1",
4   "license": "MIT",
5   "summary": "Fully customizable and extensible action sheet controller written in Swift",
6   "homepage": "https://github.com/xmartlabs/XLActionController",
7   "social_media_url": "http://twitter.com/xmartlabs",
8   "authors": {
9     "Miguel Revetria": "miguel@xmartlabs.com",
10     "Martin Barreto": "martin@xmartlabs.com"
11   },
12   "source": {
13     "git": "https://github.com/xmartlabs/XLActionController.git",
14     "tag": "5.0.1"
15   },
16   "platforms": {
17     "ios": "9.3"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation",
23       "CoreGraphics"
24     ]
25   },
26   "requires_arc": true,
27   "swift_versions": "5.0",
28   "default_subspecs": "Core",
29   "swift_version": "5.0",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "Source/*.swift",
35         "Source/*.xib"
36       ],
37       "resources": "Resource/*.xib"
38     },
39     {
40       "name": "Periscope",
41       "dependencies": {
42         "XLActionController/Core": [
44         ]
45       },
46       "source_files": [
47         "Example/CustomActionControllers/Periscope.swift",
48         "Example/CustomActionControllers/ActionData.swift",
49         "Example/CustomActionControllers/Periscope*.xib"
50       ]
51     },
52     {
53       "name": "Skype",
54       "dependencies": {
55         "XLActionController/Core": [
57         ]
58       },
59       "source_files": [
60         "Example/CustomActionControllers/Skype.swift",
61         "Example/CustomActionControllers/ActionData.swift",
62         "Example/CustomActionControllers/Skype*.xib"
63       ]
64     },
65     {
66       "name": "Spotify",
67       "dependencies": {
68         "XLActionController/Core": [
70         ]
71       },
72       "source_files": [
73         "Example/CustomActionControllers/Spotify.swift",
74         "Example/CustomActionControllers/ActionData.swift",
75         "Example/CustomActionControllers/Spotify*.xib"
76       ]
77     },
78     {
79       "name": "Tweetbot",
80       "dependencies": {
81         "XLActionController/Core": [
83         ]
84       },
85       "source_files": [
86         "Example/CustomActionControllers/Tweetbot.swift",
87         "Example/CustomActionControllers/ActionData.swift",
88         "Example/CustomActionControllers/Tweetbot*.xib"
89       ]
90     },
91     {
92       "name": "Twitter",
93       "dependencies": {
94         "XLActionController/Core": [
96         ]
97       },
98       "source_files": [
99         "Example/CustomActionControllers/Twitter.swift",
100         "Example/CustomActionControllers/ActionData.swift",
101         "Example/CustomActionControllers/Twitter*.xib"
102       ]
103     },
104     {
105       "name": "Youtube",
106       "dependencies": {
107         "XLActionController/Core": [
109         ]
110       },
111       "source_files": [
112         "Example/CustomActionControllers/Youtube.swift",
113         "Example/CustomActionControllers/ActionData.swift",
114         "Example/CustomActionControllers/Youtube*.xib"
115       ]
116     }
117   ]