[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / b / f / e / TDRedux.swift / 1.4.0 / TDRedux.swift.podspec.json
blob1267b1b8e408dd17d2feebb08d4bee751a25fe0e
2   "name": "TDRedux.swift",
3   "version": "1.4.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   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/NicholasTD07/TDRedux.swift.git",
23     "tag": "1.4.0"
24   },
25   "source_files": [
26     "Sources",
27     "Sources/**/*.{h,m}"
28   ],
29   "requires_arc": true