[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 5 / 9 / 3 / UICheckbox.Swift / 1.0.0 / UICheckbox.Swift.podspec.json
blob46d596ab9a9802e8c7e9d2515a2614b06bafff10
2   "name": "UICheckbox.Swift",
3   "version": "1.0.0",
4   "summary": "UICheckbox.Swift is simple as hell and lightweight class to add 'checkbox' UI component in iOS application.",
5   "homepage": "https://github.com/polok/UICheckbox.Swift",
6   "screenshots": "https://raw.githubusercontent.com/polok/UICheckbox.Swift/master/Resources/uicheckbox_example.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "marcin.polak": "mpolak87@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/polok/UICheckbox.Swift.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UICheckbox/Classes/**/*",
22   "resource_bundles": {
23     "UICheckbox": [
24       "UICheckbox/Assets/*.png"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"