[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / 2 / d / Radio_and_Checkbox / 0.0.7 / Radio_and_Checkbox.podspec.json
blobe82fcf4963be5d1d424eb94ecfe046121b77fef2
2   "name": "Radio_and_Checkbox",
3   "version": "0.0.7",
4   "summary": "Radio Button & Checkbox for iOS implemented as per the HIG.",
5   "description": "Radio Button & Checkbox for iOS implemented as per the HIG.",
6   "homepage": "https://github.com/d4rkl0rd3r3b05/Radio-Button-Checkbox-iOS.git",
7   "license": "MIT",
8   "authors": {
9     "Mayank Gupta": "mayankguptacse@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/d4rkl0rd3r3b05/Radio-Button-Checkbox-iOS.git",
13     "tag": "master"
14   },
15   "source_files": [
16     "Classes",
17     "Classes/*.{swift}"
18   ],
19   "resources": "Resources/*.png",
20   "resource_bundles": {
21     "RadioAndCheckboxBundle": [
22       "Classes/*.{xib}"
23     ]
24   },
25   "requires_arc": true,
26   "platforms": {
27     "ios": "9.0"
28   }