[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 6 / 2 / Mechanica / 2.2.0 / Mechanica.podspec.json
blobd9ad75b8edce8f15d462ab06a7fa60f85be10944
2   "name": "Mechanica",
3   "version": "2.2.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": "2.2.0"
14   },
15   "requires_arc": true,
16   "pod_target_xcconfig": {
17     "SWIFT_VERSION": "4.2"
18   },
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.12",
23     "tvos": "10.0",
24     "watchos": "3.0"
25   },
26   "source_files": [
27     "Sources/*.swift",
28     "Support/*.{h,m}",
29     "Sources/AppKit/*.swift",
30     "Sources/CoreGraphics/*.swift",
31     "Sources/Foundation/*.swift",
32     "Sources/Shared/*.swift",
33     "Sources/StandardLibrary/*.swift",
34     "Sources/UIKit/*.swift"
35   ],
36   "ios": {
37     "exclude_files": "Sources/AppKit/*.swift"
38   },
39   "tvos": {
40     "exclude_files": "Sources/AppKit/*.swift"
41   },
42   "watchos": {
43     "exclude_files": "Sources/AppKit/*.swift"
44   },
45   "osx": {
46     "exclude_files": "Sources/UIKit/*.swift"
47   }