blob: 116153a852eaed32a33db5282fb6b5e5aac7ff2f [file] [log] [blame]
{
"name": "BGGraph",
"version": "0.1.0",
"summary": "A simple graph UI for iOS.",
"description": "Use BGGraph to create a simple graph UI for any iOS app.",
"homepage": "https://github.com/Bygo/BGGraph-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Garfield": "nick@bygo.io"
},
"source": {
"git": "https://github.com/Bygo/BGGraph-iOS.git",
"tag": "0.1.0"
},
"source_files": "BGGraph/Classes/**/*",
"resource_bundles": {
"BGGraph": [
"BGGraph/Assets/**/*.{xib, storyboard}"
]
},
"dependencies": {
"BGUserInterface": [
"~> 0.1.1"
]
},
"platforms": {
"ios": "9.0"
}
}