[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / d / 0 / ModuleArchitecture / 0.15.0 / ModuleArchitecture.podspec.json
blobca8aa9c6c34539f045a05b3621a753c3c2875806
2   "name": "ModuleArchitecture",
3   "version": "0.15.0",
4   "summary": "iOS Architecture",
5   "description": "Protocols that define a module based iOS Architecture",
6   "homepage": "https://github.com/dchohfi/ios-module-architecture",
7   "license": {
8     "type": "Private",
9     "text": "Code is private"
10   },
11   "authors": {
12     "dchohfi": "dchohfi@gmail.com",
13     "viniciusaro": "vinicius.a.ro@gmail.com",
14     "rdgborges": "rborges.soares@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/dchohfi/ios-module-architecture.git",
18     "tag": "0.15.0"
19   },
20   "platforms": {
21     "ios": "10.0",
22     "watchos": "2.0"
23   },
24   "ios": {
25     "source_files": "ModuleArchitecture/Classes/**/*",
26     "exclude_files": "ModuleArchitecture/Classes/Protocols/WatchCoordinator.swift"
27   },
28   "watchos": {
29     "source_files": "ModuleArchitecture/Classes/Protocols/WatchCoordinator.swift"
30   },
31   "swift_version": "4.2"