| { |
| "name": "SDevFlatColors", |
| "version": "1.0.0", |
| "summary": "Flat Colors on Objective-C.", |
| "description": " # SDevFlatColors\n [SDevFlatColors Swift](https://github.com/0x73/SDevFlatColors)\n\n ## Usage\n Usage is really simple.\n ````\n UIView *testView = [[UIView alloc] initWithFrame:[UIScreen mainScreen].bounds];\n testView.backgroundColor = [UIColor flat:Turquoise];\n ````\n\n \n \n \n \n \n \n \n\n ## License\n\n SDevFlatColors is licensed under the MIT-License\n", |
| "homepage": "https://github.com/0x73/SDevFlatColorsObjc", |
| "screenshots": [ |
| "https://raw.github.com/0x73/SDevFlatColors/master/images/1.jpg", |
| "https://raw.github.com/0x73/SDevFlatColors/master/images/2.jpg", |
| "https://raw.github.com/0x73/SDevFlatColors/master/images/3.jpg", |
| "https://raw.github.com/0x73/SDevFlatColors/master/images/4.jpg", |
| "https://raw.github.com/0x73/SDevFlatColors/master/images/5.jpg", |
| "https://raw.github.com/0x73/SDevFlatColors/master/images/6.jpg", |
| "https://raw.github.com/0x73/SDevFlatColors/master/images/7.jpg" |
| ], |
| "license": "MIT", |
| "authors": { |
| "Sedat CIFTCI": "me@sedat.us" |
| }, |
| "source": { |
| "git": "https://github.com/0x73/SDevFlatColorsObjc.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/sdt_ciftci", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes/**/*" |
| } |