[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / b / ViewModelOwners / 1.0.0 / ViewModelOwners.podspec.json
blob85b4e8f1d3c702fc873b6098d7824edac5cf5fad
2   "name": "ViewModelOwners",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Protocols that help make your MVVM setup more consistent",
9   "homepage": "http://merowing.info",
10   "social_media_url": "https://twitter.com/merowing_",
11   "authors": {
12     "Krzysztof Zablocki": "krzysztof.zablocki@pixle.pl"
13   },
14   "source": {
15     "git": "https://github.com/krzysztofzablocki/ViewModelOwners.git",
16     "tag": "v1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/**/*.swift",
30       "frameworks": "Foundation"
31     }
32   ]