blob: 121fd4ceca70d9eedec8f401c782cfa5af01db50 [file] [log] [blame]
{
"name": "GofKitLib",
"version": "0.0.2",
"summary": "基础库",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LeeGof": "ligfufida@gmail.com"
},
"homepage": "https://github.com/LeeGof/GofKitLib.git",
"description": "GofKit静态库",
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
],
"requires_arc": true,
"source": {
"git": "https://github.com/LeeGof/GofKitLib.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "GofKit.framework",
"source_files": "GofKit/*.h",
"dependencies": {
"Masonry": [
"1.1.0"
]
}
}