[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 0 / Swidux / 1.0.0 / Swidux.podspec.json
blob339b6f09c3ada3977dc95b949e4af4801e735a3a
2   "name": "Swidux",
3   "version": "1.0.0",
4   "summary": "Swift unidirectional data flow inspired by redux.",
5   "homepage": "https://github.com/clmntcrl/swidux",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ClĂ©ment Cyril": "cyril@clmntcrl.io"
12   },
13   "social_media_url": "http://twitter.com/clmntcrl",
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.10",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/clmntcrl/swidux.git",
22     "tag": "1.0.0"
23   },
24   "frameworks": "XCTest",
25   "source_files": [
26     "Sources",
27     "Sources/**/*.swift"
28   ]