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