[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 4 / 3 / CoreArchitecture / 0.0.1 / CoreArchitecture.podspec.json
blob6afa942df0f2f68feab772dd831ac256cfbd1ba9
2   "name": "CoreArchitecture",
3   "version": "0.0.1",
4   "summary": "Starter kit for Core architecture.",
5   "description": "Core helps you design applications in a way that the app\nflow is driven by business layer, instead of UI layer. It\nalso promotes unidirectional data flow between components\nfor consistency, high testability and powerful debugging.",
6   "homepage": "https://github.com/gokselkoksal/Core/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Göksel Köksal": "gokselkoksal@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/gokselkk",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/gokselkoksal/Core.git",
23     "tag": "0.0.1"
24   },
25   "source_files": [
26     "Core/Sources",
27     "Core/Sources/**/*.swift"
28   ],
29   "pushed_with_swift_version": "3.0"