blob: a0824c593ba84a4255e5afd6e2087da379a15a77 [file] [log] [blame]
{
"name": "GCGeosKit",
"version": "1.0.1",
"summary": "GCGeosKit is a tool to work Geometry operation.",
"description": "this is my first framework, now I am learning to upload it to cocoapod",
"homepage": "https://github.com/ggggggc/GCGeosKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"龚聪(Cong Gong)": "396047478@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ggggggc/GCGeosKit.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": "GCGeosKit/*.{h,m}",
"public_header_files": "GCGeosKit/*.{h}",
"frameworks": [
"Foundation",
"UIKit"
]
}