[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 6 / 2 / Mechanica / 1.1.0 / Mechanica.podspec.json
blobfe8c95ff6f1873fb5e37c9b2f9dfcb02d5fda518
2   "name": "Mechanica",
3   "version": "1.1.0",
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": "1.1.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "10.0",
20     "watchos": "3.0"
21   },
22   "source_files": [
23     "Sources/*.swift",
24     "Sources/*.{h,m}",
25     "Sources/AppKit/*.swift",
26     "Sources/Foundation/*.swift",
27     "Sources/Shared/*.swift",
28     "Sources/StandardLibrary/*.swift",
29     "Sources/UIKit/*.swift"
30   ],
31   "ios": {
32     "exclude_files": "Sources/AppKit/*.swift"
33   },
34   "osx": {
35     "exclude_files": "Sources/UIKit/*.swift"
36   },
37   "watchos": {
38     "exclude_files": [
39       "Sources/UIKit/UIButton+Utils.swift",
40       "Sources/UIKit/UIDevice+Utils.swift",
41       "Sources/UIKit/UIGestureRecognizer+Utils.swift",
42       "Sources/UILayoutPriority+Utils.swift",
43       "Sources/UIView+Utils.swift",
44       "Sources/UIViewController+Utils.swift",
45       "Sources/UIWindow+Utils.swift"
46     ]
47   },
48   "pushed_with_swift_version": "4.0"