[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 9 / ShortCocoa / 1.0.2 / ShortCocoa.podspec.json
blob6256f1ccbc77a570a62a8dc057a6975b33ac2cdd
2   "name": "ShortCocoa",
3   "version": "1.0.2",
4   "summary": "链式语法更快地书写 iOS 和 macOS 代码",
5   "description": "使用简洁的链式语法书写 iOS 和 macOS 的 Objective-C 代码,尤其是布局和编辑 NSAttributedString。",
6   "homepage": "https://github.com/hughkli/ShortCocoa",
7   "license": "MIT",
8   "authors": {
9     "hughkli": "471633877@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/hughkli/ShortCocoa.git",
13     "tag": "v1.0.2"
14   },
15   "requires_arc": true,
16   "source_files": "ShortCocoa/*.{h,m}",
17   "ios": {
18     "frameworks": [
19       "Foundation",
20       "UIKit"
21     ]
22   },
23   "tvos": {
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ]
28   },
29   "platforms": {
30     "ios": "8.0",
31     "osx": "10.11"
32   }