blob: 2e2549e9e6d848e43e98afa98164e81e42db14d6 [file] [log] [blame]
{
"name": "S2GeometrySwift",
"version": "1.0.1",
"summary": "Geometry library in Swift.",
"description": "Swift port of S2 Geometry by Google.",
"homepage": "https://github.com/philip-bui/s2-geometry-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Philip": "philip.bui.developer@gmail.com"
},
"source": {
"git": "https://github.com/philip-bui/s2-geometry-swift.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "S2GeometrySwift/Classes/**/*"
}