blob: 7bdfdba08b762d842bfda83aae03a36558b14680 [file] [log] [blame]
{
"name": "tulipindicators-swift",
"version": "1.0.0",
"summary": "A technical analysis library around tulip",
"description": "This swift package offers a technical analysis\nfunction by wrapping the tulip C library.",
"homepage": "https://github.com/yageek/tulipindicators-swift",
"license": "LGPLv3",
"authors": {
"Yannick Heinrich": "yannick.heinrich@gmail.com"
},
"social_media_url": "https://twitter.com/yageek",
"source": {
"git": "https://github.com/yageek/tulipindicators-swift.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{h,m,c}",
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
}
}