Skip to content

Commit

Permalink
#Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltron committed Oct 1, 2016
1 parent 26568d9 commit 7bcb2a7
Show file tree
Hide file tree
Showing 39 changed files with 1,145 additions and 1,623 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
3 changes: 1 addition & 2 deletions BigBoard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "BigBoard"
s.version = "1.0.2"
s.version = "1.1"
s.summary = "An Elegant Financial Markets Library Written in Swift"

# This description is used to generate tags and improve search results.
Expand All @@ -33,6 +33,5 @@ BigBoard is an elegant financial markets library for iOS written in Swift. Under
s.ios.deployment_target = '9.0'

s.dependency 'AlamofireObjectMapper', '~> 4.0'
s.dependency 'Timepiece'
s.dependency 'AlamofireImage', '~> 3.0'
end
56 changes: 56 additions & 0 deletions Example/BigBoard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
5CC0FD3C1D9F4D7600D7660B /* UIImageView+BigBoard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C4FB0991CF1662400CD982B /* UIImageView+BigBoard.swift */; };
5CC0FD3D1D9F4D7600D7660B /* BigBoardRSSFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C4FB0A11CF17D0900CD982B /* BigBoardRSSFeed.swift */; };
5CC0FD3E1D9F4D7600D7660B /* BigBoardRSSFeedItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C4FB0B01CF288E900CD982B /* BigBoardRSSFeedItem.swift */; };
5CC0FD711D9F578800D7660B /* Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD691D9F578800D7660B /* Duration.swift */; };
5CC0FD721D9F578800D7660B /* Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD691D9F578800D7660B /* Duration.swift */; };
5CC0FD731D9F578800D7660B /* Int+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6A1D9F578800D7660B /* Int+Timepiece.swift */; };
5CC0FD741D9F578800D7660B /* Int+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6A1D9F578800D7660B /* Int+Timepiece.swift */; };
5CC0FD751D9F578800D7660B /* NSCalendar+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6B1D9F578800D7660B /* NSCalendar+Timepiece.swift */; };
5CC0FD761D9F578800D7660B /* NSCalendar+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6B1D9F578800D7660B /* NSCalendar+Timepiece.swift */; };
5CC0FD771D9F578800D7660B /* NSCalendarUnit+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6C1D9F578800D7660B /* NSCalendarUnit+Timepiece.swift */; };
5CC0FD781D9F578800D7660B /* NSCalendarUnit+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6C1D9F578800D7660B /* NSCalendarUnit+Timepiece.swift */; };
5CC0FD791D9F578800D7660B /* NSDate+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6D1D9F578800D7660B /* NSDate+Timepiece.swift */; };
5CC0FD7A1D9F578800D7660B /* NSDate+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6D1D9F578800D7660B /* NSDate+Timepiece.swift */; };
5CC0FD7B1D9F578800D7660B /* NSDateComponents+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6E1D9F578800D7660B /* NSDateComponents+Timepiece.swift */; };
5CC0FD7C1D9F578800D7660B /* NSDateComponents+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6E1D9F578800D7660B /* NSDateComponents+Timepiece.swift */; };
5CC0FD7D1D9F578800D7660B /* NSTimeInterval+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6F1D9F578800D7660B /* NSTimeInterval+Timepiece.swift */; };
5CC0FD7E1D9F578800D7660B /* NSTimeInterval+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD6F1D9F578800D7660B /* NSTimeInterval+Timepiece.swift */; };
5CC0FD7F1D9F578800D7660B /* String+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD701D9F578800D7660B /* String+Timepiece.swift */; };
5CC0FD801D9F578800D7660B /* String+Timepiece.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0FD701D9F578800D7660B /* String+Timepiece.swift */; };
5CC18D9F1CEBABB10054990C /* BigBoardHistoricalData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC18D9E1CEBABB10054990C /* BigBoardHistoricalData.swift */; };
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
607FACD81AFB9204008FA782 /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ExampleViewController.swift */; };
Expand Down Expand Up @@ -98,6 +114,14 @@
5C9E04641CC0385000F47699 /* BigBoardError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BigBoardError.swift; path = ../../Pod/Classes/BigBoardError.swift; sourceTree = "<group>"; };
5CC0FD231D9F4C7200D7660B /* BigBoardTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BigBoardTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5CC0FD271D9F4C7200D7660B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5CC0FD691D9F578800D7660B /* Duration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Duration.swift; path = ../../Pod/Classes/Duration.swift; sourceTree = "<group>"; };
5CC0FD6A1D9F578800D7660B /* Int+Timepiece.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Int+Timepiece.swift"; path = "../../Pod/Classes/Int+Timepiece.swift"; sourceTree = "<group>"; };
5CC0FD6B1D9F578800D7660B /* NSCalendar+Timepiece.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSCalendar+Timepiece.swift"; path = "../../Pod/Classes/NSCalendar+Timepiece.swift"; sourceTree = "<group>"; };
5CC0FD6C1D9F578800D7660B /* NSCalendarUnit+Timepiece.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSCalendarUnit+Timepiece.swift"; path = "../../Pod/Classes/NSCalendarUnit+Timepiece.swift"; sourceTree = "<group>"; };
5CC0FD6D1D9F578800D7660B /* NSDate+Timepiece.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSDate+Timepiece.swift"; path = "../../Pod/Classes/NSDate+Timepiece.swift"; sourceTree = "<group>"; };
5CC0FD6E1D9F578800D7660B /* NSDateComponents+Timepiece.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSDateComponents+Timepiece.swift"; path = "../../Pod/Classes/NSDateComponents+Timepiece.swift"; sourceTree = "<group>"; };
5CC0FD6F1D9F578800D7660B /* NSTimeInterval+Timepiece.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSTimeInterval+Timepiece.swift"; path = "../../Pod/Classes/NSTimeInterval+Timepiece.swift"; sourceTree = "<group>"; };
5CC0FD701D9F578800D7660B /* String+Timepiece.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "String+Timepiece.swift"; path = "../../Pod/Classes/String+Timepiece.swift"; sourceTree = "<group>"; };
5CC18D9E1CEBABB10054990C /* BigBoardHistoricalData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BigBoardHistoricalData.swift; path = ../../Pod/Classes/BigBoardHistoricalData.swift; sourceTree = "<group>"; };
5CC18DA31CEBC73E0054990C /* BigBoardTestsHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BigBoardTestsHelper.swift; path = ../Tests/BigBoardTestsHelper.swift; sourceTree = "<group>"; };
5CF6E5F91CC0168F004ED3BD /* BigBoardQueryCreatorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BigBoardQueryCreatorTests.swift; path = ../Tests/BigBoardQueryCreatorTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -167,6 +191,7 @@
5C71E6E31CC0279D00DEB166 /* Source */ = {
isa = PBXGroup;
children = (
5CC0FD681D9F577C00D7660B /* Timepiece */,
5C71E6E41CC027AF00DEB166 /* BigBoard.swift */,
5C4FB07A1CEF681800CD982B /* BigBoardChartDataModule.swift */,
5C4FB0771CEF67FE00CD982B /* BigBoardChartDataModulePoint.swift */,
Expand Down Expand Up @@ -197,6 +222,21 @@
path = BigBoardTests;
sourceTree = "<group>";
};
5CC0FD681D9F577C00D7660B /* Timepiece */ = {
isa = PBXGroup;
children = (
5CC0FD691D9F578800D7660B /* Duration.swift */,
5CC0FD6A1D9F578800D7660B /* Int+Timepiece.swift */,
5CC0FD6B1D9F578800D7660B /* NSCalendar+Timepiece.swift */,
5CC0FD6C1D9F578800D7660B /* NSCalendarUnit+Timepiece.swift */,
5CC0FD6D1D9F578800D7660B /* NSDate+Timepiece.swift */,
5CC0FD6E1D9F578800D7660B /* NSDateComponents+Timepiece.swift */,
5CC0FD6F1D9F578800D7660B /* NSTimeInterval+Timepiece.swift */,
5CC0FD701D9F578800D7660B /* String+Timepiece.swift */,
);
name = Timepiece;
sourceTree = "<group>";
};
607FACC71AFB9204008FA782 = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -486,14 +526,22 @@
5CC0FD3B1D9F4D7600D7660B /* BigBoardSearchResultStock.swift in Sources */,
5CC0FD301D9F4C9E00D7660B /* BigBoardQueryCreatorTests.swift in Sources */,
5CC0FD321D9F4D7600D7660B /* BigBoardChartDataModule.swift in Sources */,
5CC0FD801D9F578800D7660B /* String+Timepiece.swift in Sources */,
5CC0FD311D9F4D7600D7660B /* BigBoard.swift in Sources */,
5CC0FD761D9F578800D7660B /* NSCalendar+Timepiece.swift in Sources */,
5CC0FD3E1D9F4D7600D7660B /* BigBoardRSSFeedItem.swift in Sources */,
5CC0FD381D9F4D7600D7660B /* BigBoardStock.swift in Sources */,
5CC0FD741D9F578800D7660B /* Int+Timepiece.swift in Sources */,
5CC0FD3D1D9F4D7600D7660B /* BigBoardRSSFeed.swift in Sources */,
5CC0FD7C1D9F578800D7660B /* NSDateComponents+Timepiece.swift in Sources */,
5CC0FD7A1D9F578800D7660B /* NSDate+Timepiece.swift in Sources */,
5CC0FD7E1D9F578800D7660B /* NSTimeInterval+Timepiece.swift in Sources */,
5CC0FD781D9F578800D7660B /* NSCalendarUnit+Timepiece.swift in Sources */,
5CC0FD3A1D9F4D7600D7660B /* NSDate+BigBoard.swift in Sources */,
5CC0FD2E1D9F4C9800D7660B /* BigBoardHistoricalDateRangeTests.swift in Sources */,
5CC0FD351D9F4D7600D7660B /* BigBoardHistoricalData.swift in Sources */,
5CC0FD2F1D9F4C9B00D7660B /* BigBoardMainClassTests.swift in Sources */,
5CC0FD721D9F578800D7660B /* Duration.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -509,19 +557,27 @@
5C4AEB761CEBFB520082F35B /* BigBoardHistoricalDateRange.swift in Sources */,
5C79885C1CEBF9B1008878EB /* NSDate+BigBoard.swift in Sources */,
5C9E04651CC0385000F47699 /* BigBoardError.swift in Sources */,
5CC0FD7F1D9F578800D7660B /* String+Timepiece.swift in Sources */,
5CC18D9F1CEBABB10054990C /* BigBoardHistoricalData.swift in Sources */,
5C71E6E81CC027AF00DEB166 /* BigBoard.swift in Sources */,
5CC0FD711D9F578800D7660B /* Duration.swift in Sources */,
5CC0FD751D9F578800D7660B /* NSCalendar+Timepiece.swift in Sources */,
5CC0FD791D9F578800D7660B /* NSDate+Timepiece.swift in Sources */,
5CC0FD771D9F578800D7660B /* NSCalendarUnit+Timepiece.swift in Sources */,
5C4FB05B1CECD0AC00CD982B /* ExampleStockDetailsModel.swift in Sources */,
5C4FB0881CEFA1CB00CD982B /* ExampleAddStockModel.swift in Sources */,
5CC0FD7B1D9F578800D7660B /* NSDateComponents+Timepiece.swift in Sources */,
5C4FB09A1CF1662400CD982B /* UIImageView+BigBoard.swift in Sources */,
5C4FB08D1CEFA20600CD982B /* ExampleAddStockViewController.swift in Sources */,
5C4FB0541CECB9DB00CD982B /* BigBoardUrlCreator.swift in Sources */,
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
5CC0FD731D9F578800D7660B /* Int+Timepiece.swift in Sources */,
5C4FB0571CECC59300CD982B /* ExampleModel.swift in Sources */,
5C4FB0B11CF288E900CD982B /* BigBoardRSSFeedItem.swift in Sources */,
5C4FB0591CECC5A200CD982B /* ExampleView.swift in Sources */,
5C4FB0A21CF17D0900CD982B /* BigBoardRSSFeed.swift in Sources */,
5C4FB0781CEF67FE00CD982B /* BigBoardChartDataModulePoint.swift in Sources */,
5CC0FD7D1D9F578800D7660B /* NSTimeInterval+Timepiece.swift in Sources */,
5C4FB0801CEF974E00CD982B /* BigBoardSearchResultStock.swift in Sources */,
5C4FB05D1CECD0B700CD982B /* ExampleStockDetailsView.swift in Sources */,
5C4FB05F1CECD0C400CD982B /* ExampleStockDetailsViewController.swift in Sources */,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -35,4 +45,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
1 change: 0 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ target 'BigBoard_Example' do
pod 'BigBoard', :path => '../'
pod 'SnapKit', '~> 3.0'
pod 'ChameleonFramework/Swift', :git=> 'https://github.com/ViccAlexander/Chameleon', :branch => 'swift3'
pod 'Timepiece', :git => 'https://github.com/skofgar/Timepiece.git', :branch => 'swift3'
end

target 'BigBoardTests' do
Expand Down
14 changes: 2 additions & 12 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,38 @@ PODS:
- BigBoard (1.0.2):
- AlamofireImage (~> 3.0)
- AlamofireObjectMapper (~> 4.0)
- Timepiece
- ChameleonFramework/Default (2.1.0)
- ChameleonFramework/Swift (2.1.0):
- ChameleonFramework/Default
- ObjectMapper (2.0.0)
- SnapKit (3.0.1)
- Timepiece (0.4.3)

DEPENDENCIES:
- BigBoard (from `../`)
- ChameleonFramework/Swift (from `https://github.com/ViccAlexander/Chameleon`, branch `swift3`)
- SnapKit (~> 3.0)
- Timepiece (from `https://github.com/skofgar/Timepiece.git`, branch `swift3`)

EXTERNAL SOURCES:
BigBoard:
:path: "../"
ChameleonFramework:
:branch: swift3
:git: https://github.com/ViccAlexander/Chameleon
Timepiece:
:branch: swift3
:git: https://github.com/skofgar/Timepiece.git

CHECKOUT OPTIONS:
ChameleonFramework:
:commit: c400c32eead1c6e74008983c3e7c845ae069b41d
:git: https://github.com/ViccAlexander/Chameleon
Timepiece:
:commit: c3b7badbce11f59a7221992076f46dfe437dcf87
:git: https://github.com/skofgar/Timepiece.git

SPEC CHECKSUMS:
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
AlamofireImage: 6594aa1139a67dcd36cde6da79ea4e5b318e60fb
AlamofireObjectMapper: 9faa3ce5a240efda1b209009a2d6e1e949227abc
BigBoard: 75bed36672221154e0962702e80ad2e296f0ca83
BigBoard: 144e36eb411e5aac38e1c7c8706960cfd813ffcb
ChameleonFramework: d21a3cc247abfe5e37609a283a8238b03575cf64
ObjectMapper: aed2570edabbd3c9b26c939e1cabdb6558f933e0
SnapKit: f818b8326d45b4e1c777d0ab27b5c0a3624bfdeb
Timepiece: b5038887b91d6eb70653173f4270e06b3abeac41

PODFILE CHECKSUM: 3ab76f68f73e4233b5c6303a0be834609679d165
PODFILE CHECKSUM: 9e1e15c97fde65079ea55365a606e79431bf3fa5

COCOAPODS: 1.1.0.rc.2
3 changes: 0 additions & 3 deletions Example/Pods/Local Podspecs/BigBoard.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 0 additions & 25 deletions Example/Pods/Local Podspecs/Timepiece.podspec.json

This file was deleted.

14 changes: 2 additions & 12 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7bcb2a7

Please sign in to comment.