blob: edfe0da2c4fdf06ac30e9a61433ee34ca909d9e4 [file] [log] [blame]
{
"name": "ConvenienceKit",
"version": "0.1.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.\n",
"homepage": "https://github.com/MakeSchool/ConvenienceKit",
"license": "MIT",
"authors": {
"Make School": "code@makeschool.com"
},
"source": {
"git": "https://github.com/MakeSchool/ConvenienceKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ConvenienceKit": [
"Pod/Assets/*.png"
]
}
}