[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / a / 1 / SwiftCheckBox / 0.1.1 / SwiftCheckBox.podspec.json
blob356e045271462858cede989d6fd109dc81017043
2   "name": "SwiftCheckBox",
3   "version": "0.1.1",
4   "summary": "Check box buttons with images",
5   "swift_versions": "4.0",
6   "description": "Import SwiftCheckBox and add the CheckBoxButton both from the Storyboard or programmatically",
7   "homepage": "https://github.com/MagFer/SwiftCheckBox",
8   "screenshots": [
9     "https://drive.google.com/uc?export=view&id=1aUdFr9rPXTUvRvXKtBvKMLADG7fo0mwQ",
10     "https://drive.google.com/uc?export=view&id=16zdO_nWN4NKfyOUMoANnVsFEApY7vDoV",
11     "https://drive.google.com/uc?export=view&id=157TGZsUgWMhXVGsUFjSCMVrj7rWY4_5Y"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Ian Magarzo": "ian.magfer@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/MagFer/SwiftCheckBox.git",
22     "tag": "0.1.1"
23   },
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": "SwiftCheckBox/Classes/**/*",
28   "resource_bundles": {
29     "SwiftCheckBoxImgs": [
30       "SwiftCheckBox/Assets/**/*"
31     ]
32   },
33   "frameworks": "UIKit",
34   "swift_version": "4.0"