blob: d190fe573975f9d930221f6b7eea3e24b05964e6 [file] [log] [blame]
{
"name": "GYComponents",
"version": "0.1.7",
"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.7"
},
"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": [
]
}
},
{
"name": "Media",
"source_files": "GYComponents/Media/**/*",
"frameworks": "AVFoundation"
}
]
}