Commit 7714c1d7da7c0702b6df102bd0f8740bffb41584
1 parent
2a304ebc
提交
Showing
2 changed files
with
74 additions
and
6 deletions
CNLiveLocationManager.podspec
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveLocationManager' |
| 11 | 11 | s.version = '0.1.5' |
| 12 | - s.summary = 'A short description of CNLiveLocationManager.' | |
| 12 | + s.summary = '系统定位' | |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| 15 | 15 | # * Think: What does it do? Why did you write it? What is the focus? |
| ... | ... | @@ -18,17 +18,18 @@ Pod::Spec.new do |s| |
| 18 | 18 | # * Finally, don't worry about the indent, CocoaPods strips it! |
| 19 | 19 | |
| 20 | 20 | s.description = <<-DESC |
| 21 | -TODO: Add long description of the pod here. | |
| 22 | - DESC | |
| 21 | + 本地定位 | |
| 22 | + DESC | |
| 23 | 23 | |
| 24 | - s.homepage = 'https://github.com/梁星国/CNLiveLocationManager' | |
| 24 | + s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveLocationManager' | |
| 25 | 25 | # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' |
| 26 | 26 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
| 27 | 27 | s.author = { '梁星国' => 'jyyjkt@qq.com' } |
| 28 | - s.source = { :git => 'https://github.com/梁星国/CNLiveLocationManager.git', :tag => s.version.to_s } | |
| 28 | + s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveLocationManager.git', :tag => s.version.to_s } | |
| 29 | 29 | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' |
| 30 | 30 | |
| 31 | - s.ios.deployment_target = '8.0' | |
| 31 | + s.ios.deployment_target = '9.0' | |
| 32 | + s.requires_arc = true | |
| 32 | 33 | |
| 33 | 34 | s.source_files = 'CNLiveLocationManager/Classes/**/*' |
| 34 | 35 | ... | ... |
Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/CNLiveLocationManager.xcscheme
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<Scheme | |
| 3 | + LastUpgradeVersion = "1130" | |
| 4 | + version = "1.3"> | |
| 5 | + <BuildAction | |
| 6 | + parallelizeBuildables = "YES" | |
| 7 | + buildImplicitDependencies = "YES"> | |
| 8 | + <BuildActionEntries> | |
| 9 | + <BuildActionEntry | |
| 10 | + buildForTesting = "YES" | |
| 11 | + buildForRunning = "YES" | |
| 12 | + buildForProfiling = "YES" | |
| 13 | + buildForArchiving = "YES" | |
| 14 | + buildForAnalyzing = "YES"> | |
| 15 | + <BuildableReference | |
| 16 | + BuildableIdentifier = "primary" | |
| 17 | + BlueprintIdentifier = "42388B9FC37B11900E27D4F73D9F7739" | |
| 18 | + BuildableName = "CNLiveLocationManager.framework" | |
| 19 | + BlueprintName = "CNLiveLocationManager" | |
| 20 | + ReferencedContainer = "container:Pods.xcodeproj"> | |
| 21 | + </BuildableReference> | |
| 22 | + </BuildActionEntry> | |
| 23 | + </BuildActionEntries> | |
| 24 | + </BuildAction> | |
| 25 | + <TestAction | |
| 26 | + buildConfiguration = "Debug" | |
| 27 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 28 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 29 | + shouldUseLaunchSchemeArgsEnv = "YES"> | |
| 30 | + <Testables> | |
| 31 | + </Testables> | |
| 32 | + </TestAction> | |
| 33 | + <LaunchAction | |
| 34 | + buildConfiguration = "Debug" | |
| 35 | + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| 36 | + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| 37 | + launchStyle = "0" | |
| 38 | + useCustomWorkingDirectory = "NO" | |
| 39 | + ignoresPersistentStateOnLaunch = "NO" | |
| 40 | + debugDocumentVersioning = "YES" | |
| 41 | + debugServiceExtension = "internal" | |
| 42 | + allowLocationSimulation = "YES"> | |
| 43 | + </LaunchAction> | |
| 44 | + <ProfileAction | |
| 45 | + buildConfiguration = "Release" | |
| 46 | + shouldUseLaunchSchemeArgsEnv = "YES" | |
| 47 | + savedToolIdentifier = "" | |
| 48 | + useCustomWorkingDirectory = "NO" | |
| 49 | + debugDocumentVersioning = "YES"> | |
| 50 | + <MacroExpansion> | |
| 51 | + <BuildableReference | |
| 52 | + BuildableIdentifier = "primary" | |
| 53 | + BlueprintIdentifier = "42388B9FC37B11900E27D4F73D9F7739" | |
| 54 | + BuildableName = "CNLiveLocationManager.framework" | |
| 55 | + BlueprintName = "CNLiveLocationManager" | |
| 56 | + ReferencedContainer = "container:Pods.xcodeproj"> | |
| 57 | + </BuildableReference> | |
| 58 | + </MacroExpansion> | |
| 59 | + </ProfileAction> | |
| 60 | + <AnalyzeAction | |
| 61 | + buildConfiguration = "Debug"> | |
| 62 | + </AnalyzeAction> | |
| 63 | + <ArchiveAction | |
| 64 | + buildConfiguration = "Release" | |
| 65 | + revealArchiveInOrganizer = "YES"> | |
| 66 | + </ArchiveAction> | |
| 67 | +</Scheme> | ... | ... |