| { |
| "name": "TDRedux.swift", |
| "version": "1.7.0", |
| "summary": "Yet another Redux written in Swift", |
| "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.", |
| "homepage": "https://github.com/NicholasTD07/TDRedux.swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "NicholasTD07": "Nicholas.TD07@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/NicholasTD07", |
| "module_name": "TDRedux", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/NicholasTD07/TDRedux.swift.git", |
| "tag": "1.7.0" |
| }, |
| "source_files": [ |
| "Sources", |
| "Sources/**/*.{h,m}" |
| ], |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |