[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 1 / 4 / 7 / NaruiMapKit / 0.1.20 / NaruiMapKit.podspec.json
blob36e5e3bd492e86dee9a65b0addd237ff952c44db
2   "name": "NaruiMapKit",
3   "version": "0.1.20",
4   "summary": "Narui Map Kit",
5   "description": "키워드로 지도 검색 등을 사용하기 위한 라이브러리",
6   "homepage": "https://github.com/naruint/NaruiMapKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "서창열": "kongbaguni@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/naruint/NaruiMapKit.git",
16     "tag": "0.1.20"
17   },
18   "social_media_url": "https://www.facebook.com/kongbaguni",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "NaruiMapKit/Classes/**/*",
23   "resource_bundles": {
24     "NaruiMapKit": [
25       "NaruiMapKit/Assets/**/**/*"
26     ]
27   },
28   "resources": "NaruiMapKit/Assets/*.{xib,storyboard,xcassets}",
29   "frameworks": [
30     "UIKit",
31     "MapKit",
32     "CoreLocation"
33   ],
34   "dependencies": {
35     "Alamofire": [
37     ],
38     "RxSwift": [
40     ],
41     "RxCocoa": [
43     ],
44     "NaruiUIComponents": [
46     ]
47   }