blob: 19d80e99335aecef03761274b227ed21fd4d6e6c [file] [log] [blame]
{
"name": "ViewStyle",
"version": "1.0.0",
"summary": "Provides a way to set UIView's visual appearance properties like CSS",
"homepage": "https://github.com/southpeak/ViewStyle",
"license": "MIT",
"authors": "Minya",
"social_media_url": "http://weibo.com/touristdiary",
"source": {
"git": "https://github.com/southpeak/ViewStyle.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core"
},
{
"name": "Extensions",
"source_files": "Source/Extensions",
"dependencies": {
"ViewStyle/Core": [
]
}
}
]
}