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