blob: e947d3417832fb8a3a622e350b346de757244ecc [file] [log] [blame]
{
"name": "Jetpack",
"version": "4.1.4",
"summary": "Light and bright functional reactive framework",
"description": "Minimalistic implementation of rx primitives. Basically observer pattern implementations which helps to easily organize interaction of different components.",
"homepage": "https://github.com/psharanda/Jetpack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavel Sharanda": "edvaef@gmail.com"
},
"social_media_url": "https://twitter.com/e2f",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/psharanda/Jetpack.git",
"tag": "4.1.4"
},
"source_files": "Sources/**/*",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"frameworks": [
"AppKit",
"Foundation"
]
},
"watchos": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"tvos": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}