[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 2 / 7 / d / PickerView / 0.2.0 / PickerView.podspec.json
blob32a9000f1f5c4da24a9962f67ee9edda1f6b55ac
2   "name": "PickerView",
3   "version": "0.2.0",
4   "summary": "A customizable alternative to UIPickerView.",
5   "description": "PickerView is an easy to use and customize alternative to UIPickerView written in Swift, but works with Objective-C too. It was developed to provide a highly customizable experience, so you can implement your custom designed UIPickerView.",
6   "homepage": "https://github.com/filipealva/PickerView",
7   "license": "MIT",
8   "authors": {
9     "Filipe Alvarenga": "ofilipealvarenga@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/filipealva/PickerView.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PickerView": [
22       "Pod/Assets/*.png"
23     ]
24   }