[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 2 / Modernistik / 0.3.1 / Modernistik.podspec.json
blobd1af54ae0ab8a6ac5d96b785b16810ae9f68e499
2   "name": "Modernistik",
3   "version": "0.3.1",
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.3.1"
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": "3.2",
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": [
37         ]
38       },
39       "source_files": "Modernistik/Hyperdrive/**/*"
40     }
41   ]