[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / b / UIKit+Material / 0.1.1 / UIKit+Material.podspec.json
blob2958149715630846280f01258f910dd366037e65
2   "name": "UIKit+Material",
3   "version": "0.1.1",
4   "summary": "A collection of UIKit categories for Material Design",
5   "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",
6   "homepage": "https://github.com/nklizhe/UIKit-Material",
7   "license": "MIT",
8   "authors": {
9     "Tom Li": "nklizhe@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nklizhe/UIKit-Material.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/nklizhe",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "Roboto": "Pod/Assets/Fonts/*.ttf"
23   }