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