blob: 4aa2f9cf55a715d9d257c2989ec1f190b35eb0b2 [file] [log] [blame]
{
"name": "TDRedux.swift",
"version": "1.4.1",
"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.4.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"requires_arc": true
}