blob: c8e6894d3ddee8e45c17953abe1d87bad70ed682 [file] [log] [blame]
{
"name": "Geode",
"version": "0.1.0",
"summary": "Location management made easy.",
"description": "Geode is a Swift library that simplifies managing location access.",
"homepage": "https://github.com/Raizlabs/Geode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Watson": "john.watson@raizlabs.com",
"Raizlabs": null
},
"social_media_url": "http://twitter.com/Raizlabs",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Raizlabs/Geode.git",
"tag": "v0.1.0"
},
"source_files": "Source/**/{*.{h,swift}",
"requires_arc": true,
"frameworks": "CoreLocation"
}