[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 6 / f / MaterialDesignCocoa / 0.0.1 / MaterialDesignCocoa.podspec.json
blob5d78eee6942bf6b6a25e0d366d67210c56835857
2   "name": "MaterialDesignCocoa",
3   "version": "0.0.1",
4   "summary": "Material Design UI Components for Cocoa. Material Design is introduced in Google I/O 2014.",
5   "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",
6   "homepage": "http://github.com/akiroom/",
7   "screenshots": "https://raw.githubusercontent.com/akiroom/MaterialDesignCocoa/master/Screenshots/card-and-color.png",
8   "license": "MIT",
9   "authors": {
10     "Hiroki Akiyama": "aki-hiroki@nifty.com"
11   },
12   "source": {
13     "git": "https://github.com/akiroom/MaterialDesignCocoa.git",
14     "tag": "0.0.1"
15   },
16   "social_media_url": "https://twitter.com/akiroom",
17   "requires_arc": true,
18   "source_files": "Classes",
19   "osx": {
20     "exclude_files": "Classes/ios"
21   },
22   "ios": {
23     "frameworks": "UIKit"
24   }