[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / a / 2 / b / DMPickerView / 0.1.1 / DMPickerView.podspec.json
blobb20b70ef8f76787f0de2c8819a5aab6383a616b4
2   "name": "DMPickerView",
3   "version": "0.1.1",
4   "summary": "A custom picker view for iOS",
5   "description": "A custom picker view for iOS that allows you much more than the default UIPickerview. \n  You can for instance make it horizontal, vertical, change the frame, the spacing between the element,\n  the size scaling and the alpha.",
6   "homepage": "https://github.com/Dreem-Devices/DMPickerView",
7   "license": "MIT",
8   "authors": {
9     "Olivier Tranzer": "otranzer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Dreem-Devices/DMPickerView.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DMPickerView": [
22       "Pod/Assets/*.png"
23     ]
24   }