blob: eaa92813717637fbf3e20e52dffd4401af8ef81f [file] [log] [blame]
{
"name": "BSPanoramaView",
"version": "0.0.1",
"summary": "A lightweight panorama view browser on iOS platform",
"description": "Most third-party framework is too large to be put into an app, I write this pod because I only need to show a panorama picture.",
"homepage": "https://github.com/bestswifter/BSPanoramaView",
"license": "GPL 3.0",
"authors": {
"bestswifter": "ktzhang@bestswifter.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/bestswifter/BSPanoramaView.git",
"tag": "0.0.1"
},
"source_files": "BSPanoramaView/BSPanoramaView.{h,m}",
"frameworks": [
"GLKit",
"CoreMotion"
]
}