[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 6 / f / 2 / XLActionController / 4.0.1 / XLActionController.podspec.json
blob30220ee5921ce4076fb812274eca3888a4fd6a7a
2   "name": "XLActionController",
3   "version": "4.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": "4.0.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   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Source/*.swift",
33         "Source/*.xib"
34       ],
35       "resources": "Resource/*.xib"
36     },
37     {
38       "name": "Periscope",
39       "dependencies": {
40         "XLActionController/Core": [
42         ]
43       },
44       "source_files": [
45         "Example/CustomActionControllers/Periscope.swift",
46         "Example/CustomActionControllers/ActionData.swift",
47         "Example/CustomActionControllers/Periscope*.xib"
48       ]
49     },
50     {
51       "name": "Skype",
52       "dependencies": {
53         "XLActionController/Core": [
55         ]
56       },
57       "source_files": [
58         "Example/CustomActionControllers/Skype.swift",
59         "Example/CustomActionControllers/ActionData.swift",
60         "Example/CustomActionControllers/Skype*.xib"
61       ]
62     },
63     {
64       "name": "Spotify",
65       "dependencies": {
66         "XLActionController/Core": [
68         ]
69       },
70       "source_files": [
71         "Example/CustomActionControllers/Spotify.swift",
72         "Example/CustomActionControllers/ActionData.swift",
73         "Example/CustomActionControllers/Spotify*.xib"
74       ]
75     },
76     {
77       "name": "Tweetbot",
78       "dependencies": {
79         "XLActionController/Core": [
81         ]
82       },
83       "source_files": [
84         "Example/CustomActionControllers/Tweetbot.swift",
85         "Example/CustomActionControllers/ActionData.swift",
86         "Example/CustomActionControllers/Tweetbot*.xib"
87       ]
88     },
89     {
90       "name": "Twitter",
91       "dependencies": {
92         "XLActionController/Core": [
94         ]
95       },
96       "source_files": [
97         "Example/CustomActionControllers/Twitter.swift",
98         "Example/CustomActionControllers/ActionData.swift",
99         "Example/CustomActionControllers/Twitter*.xib"
100       ]
101     },
102     {
103       "name": "Youtube",
104       "dependencies": {
105         "XLActionController/Core": [
107         ]
108       },
109       "source_files": [
110         "Example/CustomActionControllers/Youtube.swift",
111         "Example/CustomActionControllers/ActionData.swift",
112         "Example/CustomActionControllers/Youtube*.xib"
113       ]
114     }
115   ]