blob: 298dd6b25380b45a66f933de2c9dccef16b79de0 [file] [log] [blame]
{
"name": "GeoJSON",
"version": "0.2.0",
"summary": "A GeoJSON model for Swift 2.0.",
"homepage": "https://github.com/bryx-inc/GeoJSON.swift",
"license": "MIT",
"authors": {
"Harlan Haskins": "harlan@harlanhaskins.com"
},
"source": {
"git": "https://github.com/bryx-inc/GeoJSON.swift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GeoJSON": [
"Pod/Assets/*.png"
]
}
}