[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / 2 / MCSwift / 0.0.2 / MCSwift.podspec.json
blobf75e0fa35d7878be04dcda0b79ae60a8c6c8ab83
2   "name": "MCSwift",
3   "version": "0.0.2",
4   "summary": "A collection of simple utilities and extensions for Swift.",
5   "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",
6   "homepage": "http://github.com/mitchins/MCSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mitch Currie": "mitch@mitchellcurrie.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/mitchins/MCSwift.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "MCSwift",
23     "MCSwift/**/*.{swift}"
24   ],
25   "frameworks": "UIKit",
26   "requires_arc": true