blob: 283e396dcbb79224d99fc346db43e48d432503c7 [file] [log] [blame]
{
"name": "SwiftOverpass",
"version": "1.0.1",
"summary": "A wrapper of Overpass API.",
"homepage": "https://github.com/holyturt/SwiftOverpassWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sho Kamei": "holyturt@gmail.com"
},
"social_media_url": "http://twitter.com/kameaulait",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/holyturt/SwiftOverpassWrapper.git",
"tag": "v1.0.1",
"submodules": true
},
"source_files": "SwiftOverpass/**/*.{h,swift}",
"dependencies": {
"AEXML": [
"~> 4.2.2"
],
"Alamofire": [
"~> 4.5"
]
},
"pushed_with_swift_version": "3.1"
}