[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / b / 4 / AMTTimePicker / 0.1.2 / AMTTimePicker.podspec.json
blob6ed1a2bed509ed2624bce1eb019d1f428a4d6264
2   "name": "AMTTimePicker",
3   "version": "0.1.2",
4   "summary": "A UIPickerView subclass helpful to pick time intervals in Days, Hours and Minutes",
5   "description": "                   A longer description of AMTTimePicker in Markdown format.\n\n                   I had to subclass UIPickerView for a project in order to select \n                   time intervals so I wanted to share my work with the iOS community.\n",
6   "homepage": "https://github.com/alessandro-martin/AMTTimePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alessandro-martin": "martin.acg@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/macrotech",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/alessandro-martin/AMTTimePicker.git",
20     "tag": "0.1.2"
21   },
22   "source_files": "AMTTimePicker/AMTTimePicker.{h,m}",
23   "requires_arc": true