blob: ea1625bda84f906ba52c360333b8e68c23aff4b6 [file] [log] [blame]
{
"name": "GKActionSheetPicker",
"version": "0.8.2",
"summary": "An easy-to-use controller for presenting UIPickerView in overlay view",
"description": "A longer description of GKActionSheetPicker in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://github.com/gklka/GKActionSheetPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gruber Kristóf": "gk@lka.hu"
},
"social_media_url": "http://twitter.com/gklka",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gklka/GKActionSheetPicker.git",
"tag": "0.8.2"
},
"source_files": [
"Pod/Classes",
"Pod/Classes/**/*.{h,m}"
],
"resources": [
"Pod/Assets/*"
],
"requires_arc": true
}