[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / e / 3 / BottomAction / 0.0.1 / BottomAction.podspec.json
blob310aff56585405b53408fd8d8c294e26a5d6f667
2   "name": "BottomAction",
3   "swift_versions": "5.0",
4   "version": "0.0.1",
5   "summary": "Bottom action view",
6   "homepage": "https://github.com/hellc/BottomAction",
7   "license": "MIT",
8   "authors": {
9     "Ivan Manov": "ivanmanov@live.com"
10   },
11   "social_media_url": "https://twitter.com/ihellc",
12   "resources": "Pod/**/*.xib",
13   "resource_bundles": {
14     "BottomAction": [
15       "Pod/**/*.xib"
16     ]
17   },
18   "requires_arc": false,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source": {
23     "git": "https://github.com/hellc/BottomAction.git",
24     "tag": "0.0.1"
25   },
26   "default_subspecs": "All",
27   "subspecs": [
28     {
29       "name": "All",
30       "dependencies": {
31         "BottomAction/Core": [
33         ]
34       }
35     },
36     {
37       "name": "Core",
38       "source_files": "Pod/**/*.{swift}"
39     }
40   ],
41   "swift_version": "5.0"