[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 6 / 2 / Mechanica / 1.6.0 / Mechanica.podspec.json
blob84109dba20bdea556708480d57f7d81294a7622e
2   "name": "Mechanica",
3   "version": "1.6.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.6.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     "Support/*.{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   "tvos": {
35     "exclude_files": "Sources/AppKit/*.swift"
36   },
37   "watchos": {
38     "exclude_files": "Sources/AppKit/*.swift"
39   },
40   "osx": {
41     "exclude_files": "Sources/UIKit/*.swift"
42   }