Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Justin R. Miller
2015-04-12 19:57:41 -0700
Commit
077d215cd41773a4048c64d1d20b97cb9db27c47
1 parent
84b1c0d5
refs #580: pare down Proj4 headers to barest needed for CocoaPods
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Mapbox-iOS-SDK.podspec
Mapbox-iOS-SDK.podspec
View file @
077d215
...
...
@@ -16,7 +16,7 @@ Pod::Spec.new do |m|
m
.
platform
=
:ios
m
.
ios
.
deployment_target
=
'5.0'
m
.
source_files
=
'Proj4/
*
.h'
,
'MapView/Map/*.{h,c,m}'
m
.
source_files
=
'Proj4/
proj_api
.h'
,
'MapView/Map/*.{h,c,m}'
m
.
requires_arc
=
true
...
...
Please
register
or
login
to post a comment