Skip to content

Commit 3dc6506

Browse files
committed
fix SwiftChart_Example target
1 parent cb9fecf commit 3dc6506

22 files changed

+561
-617
lines changed

Example/Podfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
use_frameworks!
33

4-
pod "SwiftChart", :path => "../"
4+
target "SwiftChart_Example" do
5+
platform :ios, "8.3"
6+
pod "SwiftChart", :path => "../"
7+
end

Example/Podfile.lock

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- SwiftChart (0.1.0)
2+
- SwiftChart (1.0.1)
33

44
DEPENDENCIES:
55
- SwiftChart (from `../`)
@@ -9,6 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
SwiftChart: d1a042560f66d57ef2ca56263e57a62eb1ff8c66
12+
SwiftChart: 6e716608f873585c006d5564e1e42bf057d19c78
1313

14-
COCOAPODS: 0.39.0
14+
PODFILE CHECKSUM: 72707640a12adb637a34020a270352aec7c0bcb9
15+
16+
COCOAPODS: 1.6.0.beta.1

Example/Pods/Local Podspecs/SwiftChart.podspec.json

+8-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+297-249
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SwiftChart.xcscheme

-71
This file was deleted.

Example/Pods/Target Support Files/Pods-SwiftChart_Example/Info.plist

-26
This file was deleted.

Example/Pods/Target Support Files/Pods-SwiftChart_Example/Pods-SwiftChart_Example-Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftChart_Example/Pods-SwiftChart_Example-acknowledgements.markdown

+8-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftChart_Example/Pods-SwiftChart_Example-acknowledgements.plist

+1-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)