initial
This commit is contained in:
56
Pods/DDMAMapKit_Private/README.md
generated
Normal file
56
Pods/DDMAMapKit_Private/README.md
generated
Normal file
@@ -0,0 +1,56 @@
|
||||
# DDMAMapKit_Private
|
||||
|
||||
[](https://travis-ci.org/DDIsFriend/DDMAMapKit_Private)
|
||||
[](https://cocoapods.org/pods/DDMAMapKit_Private)
|
||||
[](https://cocoapods.org/pods/DDMAMapKit_Private)
|
||||
[](https://cocoapods.org/pods/DDMAMapKit_Private)
|
||||
|
||||
## Example
|
||||
|
||||
To run the example project, clone the repo, and run `pod install` from the Example directory first.
|
||||
|
||||
## Requirements
|
||||
|
||||
### Info.plist
|
||||
```Objective-C
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||
<string>获取你的位置</string>
|
||||
<key>NSLocationAlwaysUsageDescription</key>
|
||||
<string>获取你的位置</string>
|
||||
<key>NSLocationTemporaryUsageDescriptionDictionary</key>
|
||||
<dict>
|
||||
<key>FORCE_FULL_ACCURACY</key>
|
||||
<string>当前功能必须要获取您的精准定位才能提供服务</string>
|
||||
</dict>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>获取你的位置</string>
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>location</string>
|
||||
<string>remote-notification</string>
|
||||
</array>
|
||||
```
|
||||
|
||||
### 其余的见Demo和高德的api
|
||||
|
||||
## Installation
|
||||
|
||||
DDMAMapKit_Private is available through [CocoaPods](https://cocoapods.org). To install
|
||||
it, simply add the following line to your Podfile:
|
||||
|
||||
```ruby
|
||||
pod 'DDMAMapKit_Private'
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
DDIsFriend, DDIsFriend@163.com
|
||||
|
||||
## License
|
||||
|
||||
DDMAMapKit_Private is available under the MIT license. See the LICENSE file for more info.
|
||||
Reference in New Issue
Block a user