[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 2 / Modernistik / 0.4.8 / Modernistik.podspec.json
blobc9fe8976fcf6734ff30d449d3098cf21ee0fe907
2   "name": "Modernistik",
3   "version": "0.4.8",
4   "summary": "Swift design patterns, sugars and extensions for Modernistik development.",
5   "description": "Swift design patterns, sugars and extensions for Modernistik development. A collection\nof best practices and standard classes used when developing client applications in iOS, macOS and tvOS.",
6   "homepage": "https://github.com/modernistik/cocoa",
7   "license": "Proprietary",
8   "authors": {
9     "Modernistik": "contact@modernistik.com"
10   },
11   "source": {
12     "git": "https://github.com/modernistik/cocoa.git",
13     "tag": "0.4.8"
14   },
15   "social_media_url": "https://twitter.com/modernistik",
16   "default_subspecs": "Core",
17   "swift_version": "4.2",
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "11.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Modernistik/Core/**/*"
26     },
27     {
28       "name": "Hyperdrive",
29       "dependencies": {
30         "Modernistik/Core": [
32         ],
33         "Parse": [
34           ">= 1.17"
35         ],
36         "TimeZoneLocate": [
37           ">= 0.4"
38         ]
39       },
40       "ios": {
41         "source_files": "Modernistik/Hyperdrive/**/*"
42       }
43     }
44   ]