[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 7 / 2 / MCSwift / 0.3.0 / MCSwift.podspec.json
blob97ceb7dbd8d95dcdac97d7c4ac0b7c15e1fe85a4
2   "name": "MCSwift",
3   "version": "0.3.0",
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.3.0"
20   },
21   "source_files": [
22     "MCSwift",
23     "MCSwift/**/*.{swift}"
24   ],
25   "frameworks": "UIKit",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
29     "APPLICATION_EXTENSION_API_ONLY": "YES"
30   },
31   "pushed_with_swift_version": "3.0"