[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 0 / 1 / 7 / LAPickerView / 0.2.0 / LAPickerView.podspec.json
blobcb53b75351f1672ac71f636a7266ff67585f196b
2   "name": "LAPickerView",
3   "version": "0.2.0",
4   "summary": "Horizontal spinning-wheel picker view for iOS.",
5   "homepage": "https://github.com/laugga/lapickerview",
6   "license": "MIT",
7   "authors": {
8     "Luis Laugga": "luis@laugga.com"
9   },
10   "source": {
11     "git": "https://github.com/laugga/LAPickerView.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "requires_arc": false,
18   "source_files": "lib/*",
19   "public_header_files": "lib/*.h",
20   "prefix_header_file": "support/LAPickerView-Prefix.pch",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "CoreGraphics",
25     "QuartzCore",
26     "CoreText",
27     "AudioToolbox"
28   ]