[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 0 / MAKMonthPicker / 0.0.1 / MAKMonthPicker.podspec.json
blobf2af7647100caeaeb5907e15f027cf1398143cd5
2   "name": "MAKMonthPicker",
3   "version": "0.0.1",
4   "summary": "iOS customizable month picker component like UIDatePicker.",
5   "description": "                  Use this when you need only year and month picker, without day, time etc.\n                  Month name and month number are avaliable.\n",
6   "homepage": "https://github.com/diniska/MAKMonthPicker",
7   "screenshots": [
8     "https://raw.githubusercontent.com/diniska/MAKMonthPicker/master/Screens/screen1.png",
9     "https://raw.githubusercontent.com/diniska/MAKMonthPicker/master/Screens/screen2.png",
10     "https://raw.githubusercontent.com/diniska/MAKMonthPicker/master/Screens/screen3.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Denis Chaschin": "diniska@users.noreply.github.com"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "source": {
23     "git": "https://github.com/diniska/MAKMonthPicker.git",
24     "tag": "0.0.1"
25   },
26   "source_files": [
27     "Classes",
28     "Classes/**/*.{h,m}"
29   ],
30   "exclude_files": [
31     "Example",
32     "Screens"
33   ],
34   "frameworks": "UIKit",
35   "requires_arc": true