blob: d921a3377e9c15c95c04d9f62d358a4de5528563 [file] [log] [blame]
{
"name": "SwiftCSS",
"version": "1.0.0",
"summary": "SwiftCSS extends UIView by providing CSS-like properties to position and size elements.",
"description": "Quickly style and size any element in your iOS app. Simply add elements like lables and buttons to your view and then use CSS-like attributes like .marginTop=50, width=30% to style them.",
"homepage": "https://github.com/soheil/SwiftCSS",
"license": "MIT",
"authors": {
"Soheil": "ysoheil@gmail.com"
},
"source": {
"git": "https://github.com/soheil/SwiftCSS.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/soheil",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftCSS": [
"Pod/Assets/*.png"
]
}
}