[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 2 / Modernistik / 0.4.0 / Modernistik.podspec.json
blob9604acbc32889f883fddc46045f6ba54e327cb14
2   "name": "Modernistik",
3   "version": "0.4.0",
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.0"
14   },
15   "social_media_url": "https://twitter.com/modernistik",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "default_subspecs": "Core",
20   "pushed_with_swift_version": "4.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Modernistik/Core/**/*"
25     },
26     {
27       "name": "Hyperdrive",
28       "dependencies": {
29         "Modernistik/Core": [
31         ],
32         "Parse": [
34         ],
35         "TimeZoneLocate": [
36           ">= 0.4.0"
37         ]
38       },
39       "source_files": "Modernistik/Hyperdrive/**/*"
40     }
41   ]