[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / 7 / MonthCalendar / 1.0.6 / MonthCalendar.podspec.json
blob5c80932b724118e0299f60b4388a1f61493fb891
2   "name": "MonthCalendar",
3   "version": "1.0.6",
4   "authors": {
5     "Pig": "zhusongyu1990@163.com"
6   },
7   "homepage": "https://github.com/zhusongyu/MonthCalendar",
8   "summary": "a month calendar",
9   "source": {
10     "git": "https://github.com/zhusongyu/MonthCalendar.git",
11     "tag": "1.0.6"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "MonthCalendar/Calendar/*.{swift,xib}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "swift_version": "4.0",
27   "resource_bundles": {
28     "MonthCalendar": [
29       "Resources/*.png"
30     ],
31     "Xibs": [
32       "Xibs/*.xib"
33     ]
34   }