blob: 2341db824dfe464ae9e4baeefba00f2e23df7f44 [file] [log] [blame]
{
"name": "UIKit+Material",
"version": "0.1.2",
"summary": "A collection of UIKit categories for Material Design",
"description": " A collection of UIKit categories for creating UI with Material Design. http://www.google.com/design/spec/material-design/introduction.html\n\n\n * `UIColor+Material.h` - color palette of Material design\n * `UIFont+Material.h` - Bundle the Roboto fonts\n",
"homepage": "https://github.com/nklizhe/UIKit-Material",
"license": "MIT",
"authors": {
"Tom Li": "nklizhe@gmail.com"
},
"source": {
"git": "https://github.com/nklizhe/UIKit-Material.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/nklizhe",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Roboto": "Pod/Assets/Fonts/*.ttf"
}
}