[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / 3 / 1 / 8 / NRCalendarView / 0.1.0 / NRCalendarView.podspec.json
blob761ef633396c87f28a88172cd3df9890904907e4
2   "name": "NRCalendarView",
3   "version": "0.1.0",
4   "summary": "A alternative calendar picker based on Atuolayout.",
5   "description": "NRCalendarView based on <Masonry> and <GreedCategory>,",
6   "homepage": "https://github.com/nicreals/NRCalendarView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "聂锐": "nic.reals@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/nicreals/NRCalendarView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "NRCalendarView/Classes/**/*",
22   "resources": "NRCalendarView/Assets/*.png",
23   "dependencies": {
24     "Masonry": [
26     ],
27     "GreedCategory": [
29     ]
30   },
31   "frameworks": [
32     "UIKit",
33     "Foundation"
34   ]