[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / e / TDRedux.swift / 1.4.3 / TDRedux.swift.podspec.json
blobcba9202f3bbd05971bb4f4627c427bc4e3d1b552
2   "name": "TDRedux.swift",
3   "version": "1.4.3",
4   "summary": "Yet another Redux written in Swift",
5   "description": "TDRedux.swift is a micro framework which helps you build\napps with the Redux architecture.\nI wrote it because it is fun and easy to write your own Redux.",
6   "homepage": "https://github.com/NicholasTD07/TDRedux.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NicholasTD07": "Nicholas.TD07@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/NicholasTD07",
15   "module_name": "TDRedux",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/NicholasTD07/TDRedux.swift.git",
24     "tag": "1.4.3"
25   },
26   "source_files": [
27     "Sources",
28     "Sources/**/*.{h,m}"
29   ],
30   "requires_arc": true