[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / f / 2 / XLActionController / 4.1.1 / XLActionController.podspec.json
blob35d6218c7506c4c6c318427422d71c33c8d694a9
2   "name": "XLActionController",
3   "version": "4.1.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": "4.1.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation",
23       "CoreGraphics"
24     ]
25   },
26   "requires_arc": true,
27   "swift_version": "4.2",
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Source/*.swift",
34         "Source/*.xib"
35       ],
36       "resources": "Resource/*.xib"
37     },
38     {
39       "name": "Periscope",
40       "dependencies": {
41         "XLActionController/Core": [
43         ]
44       },
45       "source_files": [
46         "Example/CustomActionControllers/Periscope.swift",
47         "Example/CustomActionControllers/ActionData.swift",
48         "Example/CustomActionControllers/Periscope*.xib"
49       ]
50     },
51     {
52       "name": "Skype",
53       "dependencies": {
54         "XLActionController/Core": [
56         ]
57       },
58       "source_files": [
59         "Example/CustomActionControllers/Skype.swift",
60         "Example/CustomActionControllers/ActionData.swift",
61         "Example/CustomActionControllers/Skype*.xib"
62       ]
63     },
64     {
65       "name": "Spotify",
66       "dependencies": {
67         "XLActionController/Core": [
69         ]
70       },
71       "source_files": [
72         "Example/CustomActionControllers/Spotify.swift",
73         "Example/CustomActionControllers/ActionData.swift",
74         "Example/CustomActionControllers/Spotify*.xib"
75       ]
76     },
77     {
78       "name": "Tweetbot",
79       "dependencies": {
80         "XLActionController/Core": [
82         ]
83       },
84       "source_files": [
85         "Example/CustomActionControllers/Tweetbot.swift",
86         "Example/CustomActionControllers/ActionData.swift",
87         "Example/CustomActionControllers/Tweetbot*.xib"
88       ]
89     },
90     {
91       "name": "Twitter",
92       "dependencies": {
93         "XLActionController/Core": [
95         ]
96       },
97       "source_files": [
98         "Example/CustomActionControllers/Twitter.swift",
99         "Example/CustomActionControllers/ActionData.swift",
100         "Example/CustomActionControllers/Twitter*.xib"
101       ]
102     },
103     {
104       "name": "Youtube",
105       "dependencies": {
106         "XLActionController/Core": [
108         ]
109       },
110       "source_files": [
111         "Example/CustomActionControllers/Youtube.swift",
112         "Example/CustomActionControllers/ActionData.swift",
113         "Example/CustomActionControllers/Youtube*.xib"
114       ]
115     }
116   ]