blob: 88274ed96f6d0e42dcc45e0122c3592b14ae8ff2 [file] [log] [blame]
{
"name": "S2GeometrySwift",
"version": "1.0.0",
"summary": "Geometry library in Swift.",
"description": "Contains a Swift import of Googles S2 Geometry Library",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "S2GeometrySwift/Classes/**/*",
"pushed_with_swift_version": "3.2"
}