blob: 69792cf5acdbff59d49613fd0cefcdcf28b6f785 [file] [log] [blame]
{
"name": "CheapRulerIOS",
"version": "0.1.0",
"summary": "Swift port of https://github.com/mapbox/cheap-ruler",
"description": "This is a direct port of \"cheap-ruler\" javascript library.",
"homepage": "https://github.com/iThinker/CheapRulerIOS",
"license": "MIT",
"authors": {
"Roman Temchenko": "temchenko.r@gmail.com"
},
"source": {
"git": "https://github.com/iThinker/CheapRulerIOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CheapRulerIOS/Classes/**/*",
"frameworks": "CoreLocation"
}