blob: 90e2a435cf66886486fd5bd93308d4500a4d7607 [file] [log] [blame]
{
"name": "MCSwift",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"MCSwift",
"MCSwift/**/*.{swift}"
],
"frameworks": "UIKit",
"requires_arc": true,
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
"APPLICATION_EXTENSION_API_ONLY": "YES"
}
}