blob: 5fe668248dc749551c416c510443bfdfaefc09d5 [file] [log] [blame]
{
"name": "ShortCocoa",
"version": "1.0.0",
"summary": "链式语法更快地书写 iOS 和 macOS 代码",
"description": "使用简洁的链式语法书写 iOS 和 macOS 的 Objective-C 代码,尤其是布局和编辑 NSAttributedString。",
"homepage": "https://github.com/hughkli/ShortCocoa",
"license": "MIT",
"authors": {
"hughkli": "471633877@qq.com"
},
"source": {
"git": "https://github.com/hughkli/ShortCocoa.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"source_files": "ShortCocoa/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11"
}
}