[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / e / TDRedux.swift / 1.7.0 / TDRedux.swift.podspec.json
blob24f838fbabaa3b91924d8d524b4adf3749092e31
2   "name": "TDRedux.swift",
3   "version": "1.7.0",
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.7.0"
25   },
26   "source_files": [
27     "Sources",
28     "Sources/**/*.{h,m}"
29   ],
30   "requires_arc": true,
31   "pushed_with_swift_version": "3.0"