| { | |
| "name": "CBUIKit", | |
| "version": "1.1", | |
| "summary": "CBUIKit is my (at the moment small) collection of extensions to UIKit, like tableview datasource implementations, views, etc.", | |
| "homepage": "https://github.com/chbeer/CBUIKit", | |
| "license": "MIT", | |
| "authors": { | |
| "Christian Beer": "christian.beer@chbeer.de" | |
| }, | |
| "source": { | |
| "git": "https://github.com/chbeer/CBUIKit.git", | |
| "tag": "1.1" | |
| }, | |
| "platforms": { | |
| "ios": "6.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Classes/**/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |