[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / d / 3 / CollectionPickerView / 0.1.2 / CollectionPickerView.podspec.json
blob61893c8596ff4e5566fb4547c4345781f5da780d
2   "name": "CollectionPickerView",
3   "version": "0.1.2",
4   "summary": "A generic customizable picker view based on UICollectionView.",
5   "description": "Generic and customizable picker based on UICollectionView. Picker cells are fully\ncustomizable. Supports flat/wheel look, snap to center after scroll, horizontal\nand vertical direction.\n\nFork of AKPickerView-Swift. Works in iOS 8.",
6   "homepage": "https://github.com/3ph/CollectionPickerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "3ph": "instantni.med@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/3ph/CollectionPickerView.git",
16     "tag": "0.1.2"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CollectionPickerView/Classes/**/*",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   }