blob: 640ee891cea9ad135e93a3bbdcd173ad98884b66 [file] [log] [blame]
{
"name": "Away",
"version": "0.1.0",
"summary": "Builds fakes CLLocations x distance away",
"description": " Away helps building fake CLLocations based on a given distance.\n",
"homepage": "https://github.com/wawandco/away",
"license": "MIT",
"authors": {
"Antonio Pagano": "apagano@wawand.co"
},
"source": {
"git": "https://github.com/wawandco/away.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/wawandco",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Away": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"CoreLocation",
"Foundation"
]
}