[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 8 / 7 / TBRepeatPicker / 1.1.0 / TBRepeatPicker.podspec.json
blobd6993d101549a36eda840b3f341c0d28e86bd3dd
2   "name": "TBRepeatPicker",
3   "version": "1.1.0",
4   "summary": "An event repeat rule picker similar to iOS system calendar.",
5   "homepage": "https://github.com/hongxinhope/TBRepeatPicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Xin Hong": "xin@teambition.com"
12   },
13   "source": {
14     "git": "https://github.com/hongxinhope/TBRepeatPicker.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "TBRepeatPicker/*.swift",
22   "resource_bundles": {
23     "TBRepeatPicker": [
24       "TBRepeatPicker/Resources/*/*.png",
25       "TBRepeatPicker/Resources/*/*.lproj"
26     ]
27   },
28   "frameworks": [
29     "Foundation",
30     "UIKit"
31   ]