[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / 2 / 6 / SwiftFlow / 0.2.2 / SwiftFlow.podspec.json
blobed7f502f6e9337260c8748d34b77917e8ed5852b
2   "name": "SwiftFlow",
3   "version": "0.2.2",
4   "summary": "Unidirectional Data Flow in Swift",
5   "description": "Swift Flow is a Redux-like implementation of the unidirectional data flow architecture in Swift.\nIt embraces a unidirectional data flow that only allows state mutations through declarative actions.",
6   "homepage": "https://github.com/Swift-Flow/Swift-Flow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Benjamin Encz": "me@benjamin-encz.de"
13   },
14   "social_media_url": "http://twitter.com/benjaminencz",
15   "source": {
16     "git": "https://github.com/Swift-Flow/Swift-Flow.git",
17     "tag": "0.2.2"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "SwiftFlow/**/*.swift"