blob: 5a6e0588630f64a3cbba2b4678b4080b6d356698 [file] [log] [blame]
{
"name": "GYComponents",
"version": "0.1.0",
"summary": "A useful collection of tiny components.",
"description": "A useful collection of tiny components. Include Foundation extensions and UIKit extensions.",
"homepage": "https://github.com/goyaya/GYComponents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"goyaya": "goyaya@yeah.net"
},
"source": {
"git": "https://github.com/goyaya/GYComponents.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Dependence",
"source_files": "GYComponents/Dependence/**/*",
"frameworks": "Foundation"
},
{
"name": "Foundation",
"source_files": "GYComponents/Foundation/**/*",
"frameworks": "Foundation",
"dependencies": {
"GYComponents/Dependence": [
]
}
},
{
"name": "UI",
"source_files": "GYComponents/UI/**/*",
"frameworks": "UIKit",
"dependencies": {
"GYComponents/Dependence": [
]
}
}
]
}