blob: a3854f504489707740b5615779dd4a7bc630d094 [file] [log] [blame]
{
"name": "LPLjubljanaCarParksFunctions",
"version": "1.0.0",
"summary": "LPLjubljanaCarParksFunctions is an iOS library that provides easy access to car parks in Ljubljana.",
"homepage": "http://www.lukapenger.eu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luka Penger": "luka.penger@gmail.com"
},
"source": {
"git": "https://github.com/luka1995/LPLjubljanaCarParksFunctions.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "LPLjubljanaCarParksFunctions/**/*.{h,m}",
"frameworks": [
"CoreLocation",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
]
}
}