blob: 5d78eee6942bf6b6a25e0d366d67210c56835857 [file] [log] [blame]
{
"name": "MaterialDesignCocoa",
"version": "0.0.1",
"summary": "Material Design UI Components for Cocoa. Material Design is introduced in Google I/O 2014.",
"description": " Material Design UI Components for Cocoa.\n Material Design is introduced in Google I/O 2014.\n I hope that Google will release material desined UI Components for iOS.\n This library includes these components only.\n - Card\n - UIColor extensions\n - UIFont extensions\n",
"homepage": "http://github.com/akiroom/",
"screenshots": "https://raw.githubusercontent.com/akiroom/MaterialDesignCocoa/master/Screenshots/card-and-color.png",
"license": "MIT",
"authors": {
"Hiroki Akiyama": "aki-hiroki@nifty.com"
},
"source": {
"git": "https://github.com/akiroom/MaterialDesignCocoa.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/akiroom",
"requires_arc": true,
"source_files": "Classes",
"osx": {
"exclude_files": "Classes/ios"
},
"ios": {
"frameworks": "UIKit"
}
}