blob: 7ca6fd0cdfa6969eb60a5b02229de4ecf70b4ccc [file] [log] [blame]
{
"name": "GGExtensionsKit",
"version": "0.0.2",
"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.2"
},
"source_files": "GGExtensionsKit/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}