[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 9 / DBFlatPicker / 1.0.0 / DBFlatPicker.podspec.json
blob05cf143bb31f66a7b06e2e0d019f4c1aaf24bc60
2   "name": "DBFlatPicker",
3   "version": "1.0.0",
4   "summary": "Flat picker for iOS written on Objective-C",
5   "description": "Flat picker, similar to UIPickerview, for iOS written on Objective-C.",
6   "homepage": "https://github.com/immago/DBFlatPicker",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Byankin": "the.immago@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/immago/DBFlatPicker.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "resources": [
23     "Classes/DBFlatPickerView.xib"
24   ]