blob: e0f5d4e3948c6115623bc11a54797476717658ae [file] [log] [blame]
{
"name": "ConvenienceKit",
"version": "0.4.0",
"summary": "Wrappers for UIKit and convenience features for Swift. Built for Make School tutorials.",
"description": "A library providing multiple UIKit wrappers and other helper functions for Make School's tutorials.",
"homepage": "https://github.com/MakeSchool/ConvenienceKit",
"license": "MIT",
"authors": {
"Make School": "code@makeschool.com"
},
"source": {
"git": "https://github.com/MakeSchool/ConvenienceKit.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ConvenienceKit": [
"Pod/Assets/*.png"
]
}
}