[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 2 / XLActionController / 1.0.0 / XLActionController.podspec.json
blob5823a0341025bb0c074f15f63bbd261f0eaabef5
2   "name": "XLActionController",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Fully customizable and extensible action sheet controller written in Swift 2",
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": "1.0.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation",
23       "CoreGraphics"
24     ]
25   },
26   "requires_arc": true,
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Source/*.swift",
33         "Source/*.xib"
34       ]
35     },
36     {
37       "name": "Periscope",
38       "dependencies": {
39         "XLActionController/Core": [
41         ]
42       },
43       "source_files": [
44         "Example/CustomActionControllers/Periscope.swift",
45         "Example/CustomActionControllers/ActionData.swift",
46         "Example/CustomActionControllers/Periscope*.xib"
47       ]
48     },
49     {
50       "name": "Skype",
51       "dependencies": {
52         "XLActionController/Core": [
54         ]
55       },
56       "source_files": [
57         "Example/CustomActionControllers/Skype.swift",
58         "Example/CustomActionControllers/ActionData.swift",
59         "Example/CustomActionControllers/Skype*.xib"
60       ]
61     },
62     {
63       "name": "Spotify",
64       "dependencies": {
65         "XLActionController/Core": [
67         ]
68       },
69       "source_files": [
70         "Example/CustomActionControllers/Spotify.swift",
71         "Example/CustomActionControllers/ActionData.swift",
72         "Example/CustomActionControllers/Spotify*.xib"
73       ]
74     },
75     {
76       "name": "Tweetbot",
77       "dependencies": {
78         "XLActionController/Core": [
80         ]
81       },
82       "source_files": [
83         "Example/CustomActionControllers/Tweetbot.swift",
84         "Example/CustomActionControllers/ActionData.swift",
85         "Example/CustomActionControllers/Tweetbot*.xib"
86       ]
87     },
88     {
89       "name": "Twitter",
90       "dependencies": {
91         "XLActionController/Core": [
93         ]
94       },
95       "source_files": [
96         "Example/CustomActionControllers/Twitter.swift",
97         "Example/CustomActionControllers/ActionData.swift",
98         "Example/CustomActionControllers/Twitter*.xib"
99       ]
100     },
101     {
102       "name": "Youtube",
103       "dependencies": {
104         "XLActionController/Core": [
106         ]
107       },
108       "source_files": [
109         "Example/CustomActionControllers/Youtube.swift",
110         "Example/CustomActionControllers/ActionData.swift",
111         "Example/CustomActionControllers/Youtube*.xib"
112       ]
113     }
114   ]