forked from yandex/mapsapi-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapsAPI.podspec
More file actions
26 lines (24 loc) · 1.28 KB
/
MapsAPI.podspec
File metadata and controls
26 lines (24 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = 'MapsAPI'
s.version = '0.0.1'
s.summary = 'Allows to easily add Yandex.Maps to your existing iOS project using Yandex.Maps JavaScript API'
s.description = 'Allows to easily add Yandex.Maps to your existing iOS project using Yandex.Maps JavaScript API'
s.homepage = 'https://github.com/yandex/mapsapi-ios'
s.screenshots = 'https://raw.githubusercontent.com/yandex/mapsapi-ios/master/docs/iphone5s.png'
s.license = { :type => 'MPL', :file => 'LICENSE' }
s.author = { 'Alexander Zinchuk' => '[email protected]' }
s.source = { :git => 'https://github.com/yandex/mapsapi-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'MapsAPI/Classes/**/*'
s.resources = 'MapsAPI/CordovaResources/*'
s.dependency 'Cordova', '~> 4.1.0'
s.dependency 'CordovaPlugin-console'
s.dependency 'cordova-plugin-device'
s.dependency 'cordova-plugin-device-orientation'
s.dependency 'cordova-plugin-device-motion'
s.dependency 'cordova-plugin-globalization'
s.dependency 'cordova-plugin-geolocation'
s.dependency 'cordova-plugin-network-information'
s.dependency 'cordova-plugin-wkwebview-engine'
s.dependency 'cordova-plugin-file', '~> 4.2.0'
end