blob: e15f3e2cda55afdcf691296dd1ac24058f1b5278 [file] [log] [blame]
{
"name": "CBUIKit",
"version": "1.1.3",
"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.3"
},
"platforms": {
"ios": "6.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}