Skip to content

Commit f2531aa

Browse files
committed
1. New examples
2. Added custom pickers
1 parent 4f3f107 commit f2531aa

File tree

101 files changed

+8187
-1945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+8187
-1945
lines changed

Example/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
platform :ios, '9.1'
12
use_frameworks!
23

34
target 'iOS_Bootstrap_Example' do

Example/Podfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
PODS:
2+
- ActionSheetPicker-3.0 (2.3.0)
23
- Alamofire (4.7.2)
34
- HandyJSON (4.1.1)
4-
- iOS_Bootstrap (0.2.0):
5+
- iOS_Bootstrap (0.2.5):
6+
- ActionSheetPicker-3.0 (~> 2.3.0)
57
- HandyJSON (~> 4.1.1)
68
- Moya/RxSwift (~> 11.0)
79
- RxSwift
@@ -12,13 +14,14 @@ PODS:
1214
- Moya/Core
1315
- RxSwift (~> 4.0)
1416
- Result (3.2.4)
15-
- RxSwift (4.1.2)
17+
- RxSwift (4.2.0)
1618

1719
DEPENDENCIES:
1820
- iOS_Bootstrap (from `../`)
1921

2022
SPEC REPOS:
2123
https://github.com/cocoapods/specs.git:
24+
- ActionSheetPicker-3.0
2225
- Alamofire
2326
- HandyJSON
2427
- Moya
@@ -30,13 +33,14 @@ EXTERNAL SOURCES:
3033
:path: "../"
3134

3235
SPEC CHECKSUMS:
36+
ActionSheetPicker-3.0: eef157d75e151f255c5333d26656c7fbfe905a51
3337
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
3438
HandyJSON: 3a3de917c4118767ffe41c29b5acba23409649f4
35-
iOS_Bootstrap: 98bc20a26cb6ca9b8491e166b8f6519d4a3b7269
39+
iOS_Bootstrap: b1d489f0fbf35fefa3e88abb05effba184d04a87
3640
Moya: a725035953bc1c0eb1be505ab903984501d82440
3741
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
38-
RxSwift: e49536837d9901277638493ea537394d4b55f570
42+
RxSwift: 99e10317ddfcc7fbe01356aafd118fde4a0be104
3943

40-
PODFILE CHECKSUM: ebd3c05d2c0261ff0d2e4602ad5b27ee986d72b4
44+
PODFILE CHECKSUM: ae78fe222eab3debeb36d6571ccf5003d5f45b0e
4145

4246
COCOAPODS: 1.5.3

Example/Podfile.lock.zip

1.14 KB
Binary file not shown.

Example/Pods/ActionSheetPicker-3.0/LICENSE

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/ActionSheetPicker-3.0/Pickers/AbstractActionSheetPicker.h

Lines changed: 126 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)