[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 9 / 4 / SwiftOverpass / 1.0.0 / SwiftOverpass.podspec.json
blob5b84217f33473b90fa8be11c64095d69acc4ed87
2   "name": "SwiftOverpass",
3   "version": "1.0.0",
4   "summary": "A wrapper of Overpass API.",
5   "homepage": "https://github.com/holyturt/SwiftOverpassWrapper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sho Kamei": "holyturt@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/kameaulait",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/holyturt/SwiftOverpassWrapper.git",
20     "tag": "v1.0.0",
21     "submodules": true
22   },
23   "source_files": "SwiftOverpass/**/*.{h,swift}",
24   "dependencies": {
25     "AEXML": [
26       "~> 4.2.2"
27     ],
28     "Alamofire": [
29       "~> 4.5"
30     ]
31   },
32   "pushed_with_swift_version": "3.1"