[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / f / 2 / XLActionController / 5.1.0 / XLActionController.podspec.json
blob66b922e95d530e9970664f297fac4bf853730231
2   "name": "XLActionController",
3   "version": "5.1.0",
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": "https://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.1.0"
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   "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/Periscope.swift",
47         "Example/CustomActionControllers/Periscope/Periscope*.xib"
48       ]
49     },
50     {
51       "name": "Skype",
52       "dependencies": {
53         "XLActionController/Core": [
55         ]
56       },
57       "source_files": [
58         "Example/CustomActionControllers/Skype/Skype.swift",
59         "Example/CustomActionControllers/Skype/Skype*.xib"
60       ]
61     },
62     {
63       "name": "Spotify",
64       "dependencies": {
65         "XLActionController/Core": [
67         ]
68       },
69       "source_files": [
70         "Example/CustomActionControllers/Spotify/Spotify.swift",
71         "Example/CustomActionControllers/Spotify/Spotify*.xib"
72       ]
73     },
74     {
75       "name": "Tweetbot",
76       "dependencies": {
77         "XLActionController/Core": [
79         ]
80       },
81       "source_files": [
82         "Example/CustomActionControllers/Tweetbot/Tweetbot.swift",
83         "Example/CustomActionControllers/Tweetbot/Tweetbot*.xib"
84       ]
85     },
86     {
87       "name": "Twitter",
88       "dependencies": {
89         "XLActionController/Core": [
91         ]
92       },
93       "source_files": [
94         "Example/CustomActionControllers/Twitter/Twitter.swift",
95         "Example/CustomActionControllers/Twitter/Twitter*.xib"
96       ]
97     },
98     {
99       "name": "Youtube",
100       "dependencies": {
101         "XLActionController/Core": [
103         ]
104       },
105       "source_files": [
106         "Example/CustomActionControllers/Youtube/Youtube.swift",
107         "Example/CustomActionControllers/Youtube/Youtube*.xib"
108       ]
109     }
110   ],
111   "swift_version": "5.0"