blob: 9926072706c1da06d9d6aa0282f654f8f8527acd [file] [log] [blame]
{
"name": "GGExtensionsKit",
"version": "0.0.1",
"summary": "自定义的iOS扩展库",
"description": "有时候我们需要自定义一些扩展,但是为了方便,我这里就先写一些吧,慢慢补充。",
"homepage": "https://github.com/GeorgeGod/GGExtensions",
"license": "MIT",
"authors": {
"yujiawei": "1341069918@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GeorgeGod/GGExtensions.git",
"tag": "0.0.1"
},
"source_files": "GGExtensionsKit/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}