blob: f1ba4cc0172c4374a3fde5a6ca3c65e531c75547 [file] [log] [blame]
{
"name": "ChartProgressBar",
"version": "1.0.0",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/hadiidbouk/ChartProgressBar-iOS",
"authors": {
"Hadi Dbouk": "hadiidbouk@gmail.com"
},
"summary": "Draw a chart with progress bar style",
"source": {
"git": "https://github.com/hadiidbouk/ChartProgressBar-iOS.git",
"tag": "master"
},
"module_name": "ChartProgressBar",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": "ChartProgressBar-ios/Classes/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"frameworks": [
"AppKit",
"Foundation"
]
},
"dependencies": {
"SwiftSVG": [
]
},
"resources": [
"ChartProgressBar-ios/Assets/*"
],
"pushed_with_swift_version": "3.0"
}