blob: f75e0fa35d7878be04dcda0b79ae60a8c6c8ab83 [file] [log] [blame]
{
"name": "MCSwift",
"version": "0.0.2",
"summary": "A collection of simple utilities and extensions for Swift.",
"description": "A longer description of MCSwift in Markdown format.\n\n* I wrote this because I found I re-used similar utilities over and over.\n* Taks such as initialisers, date, numbers and so on!\n* This will expand over time, and anyone can contribute",
"homepage": "http://github.com/mitchins/MCSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitch Currie": "mitch@mitchellcurrie.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mitchins/MCSwift.git",
"tag": "0.0.2"
},
"source_files": [
"MCSwift",
"MCSwift/**/*.{swift}"
],
"frameworks": "UIKit",
"requires_arc": true
}