blob: 54e4597fb0f7718f9a06c1256ee52be926486616 [file] [log] [blame]
{
"name": "GYDFoundation",
"version": "0.0.2",
"summary": "GYDFoundation",
"description": "平时积累的一些代码,\n也许有用,也许没用。",
"homepage": "https://github.com/pkgogai/GYDFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pkgogai": "pkgogai@163.com"
},
"source": {
"git": "https://github.com/pkgogai/GYDFoundation.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"ios": {
"source_files": "GYDFoundation/**/*",
"requires_arc": true,
"frameworks": "UIKit"
},
"osx": {
"source_files": "GYDFoundation/GYDFoundation/**/*"
}
}