[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 1 / 6 / 2 / Mechanica / 0.4.0 / Mechanica.podspec.json
blobd8ff5fa900085ec8b50eba43fdcb74f7fec04cec
2   "name": "Mechanica",
3   "version": "0.4.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": "0.4.0"
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"