[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 6 / 2 / Mechanica / 0.3.1 / Mechanica.podspec.json
blob650c9cecb10258a5ccdb569bad2af67e92745b00
2   "name": "Mechanica",
3   "version": "0.3.1",
4   "license": "MIT",
5   "documentation_url": "http://www.tinrobots.org/Mechanica",
6   "summary": "A library of Swift utils to ease your iOS/macOS/watchOS/tvOS development.",
7   "homepage": "https://github.com/tinrobots/Mechanica",
8   "authors": {
9     "Alessandro Marzoli": "me@alessandromarzoli.com"
10   },
11   "source": {
12     "git": "https://github.com/tinrobots/Mechanica.git",
13     "tag": "0.3.1"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "tvos": "10.0",
19     "watchos": "3.0"
20   },
21   "source_files": [
22     "Sources/*.swift",
23     "Sources/*.{h,m}"
24   ],
25   "tvos": {
26     "exclude_files": "Sources/KeyboardObserver.swift"
27   },
28   "osx": {
29     "exclude_files": "Sources/KeyboardObserver.swift"
30   },
31   "watchos": {
32     "exclude_files": [
33       "Sources/KeyboardObserver.swift",
34       "Sources/Storyboard.swift",
35       "Sources/Nib.swift"
36     ]
37   },
38   "pushed_with_swift_version": "3.1"