| { | |
| "name": "MaterialDesignColorObjC", | |
| "version": "1.0", | |
| "license": "MIT", | |
| "summary": "Color library for ObjectiveC. Currently supports Google Material Design Color", | |
| "homepage": "https://github.com/tichise/MaterialDesignColorObjC", | |
| "social_media_url": "http://twitter.com/tichise", | |
| "authors": "Takuya Ichise", | |
| "source": { | |
| "git": "https://github.com/tichise/MaterialDesignColorObjC.git", | |
| "tag": "1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "Sources/*.{h,m}", | |
| "requires_arc": true | |
| } |