[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 0 / b / JTAppleCalendar / 0.1.0 / JTAppleCalendar.podspec.json
blobbf14e5b835344c4ca7a8fffd67d2d1d71d0606a9
2   "name": "JTAppleCalendar",
3   "version": "0.1.0",
4   "summary": "The Apple Calendar control Apple whished they made.",
5   "description": "This should be the first and last calendar control you ever try.\nThis calendar is different from others in that it is highly configurable with minimal code.\nThe problem with other calendars is they try to cram every feature into it hoping it will be enough for the programmer.\nThis is an incorrect way to build controls. Take a look at UITableView; do you see Apple building what they think you want\nthe UITableView to look like? No. So neither should we. Interested? Try a pod install today. Let's make this the only calendar\npod any will ever want to try.",
6   "homepage": "https://github.com/patchthecode/JTAppleCalendar",
7   "license": "MIT",
8   "authors": {
9     "JayT": "patchthecode@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/patchthecode/JTAppleCalendar.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JTAppleCalendar": [
22       "Pod/Assets/*.png"
23     ]
24   }