blob: f10282714c620fd912603017c23df58659a7e0c8 [file] [log] [blame]
{
"name": "GYDFoundation",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"ios": {
"source_files": "GYDFoundation/**/*",
"requires_arc": true,
"frameworks": "UIKit"
},
"osx": {
"source_files": "GYDFoundation/GYDFoundation/**/*"
}
}