[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 1 / 6 / 2 / Mechanica / 0.4.2 / Mechanica.podspec.json
blobf9755ec246febdb15bd7462fe4e10188074624c7
2   "name": "Mechanica",
3   "version": "0.4.2",
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.4.2"
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   ],
26   "tvos": {
27     "exclude_files": "Sources/KeyboardObserver.swift"
28   },
29   "osx": {
30     "exclude_files": "Sources/KeyboardObserver.swift"
31   },
32   "watchos": {
33     "exclude_files": [
34       "Sources/KeyboardObserver.swift",
35       "Sources/Storyboard.swift",
36       "Sources/Nib.swift"
37     ]
38   },
39   "pushed_with_swift_version": "3.1"