Skip to content

Commit

Permalink
Sort of working version with full filter list
Browse files Browse the repository at this point in the history
  • Loading branch information
nateemma committed Oct 11, 2018
1 parent de2117f commit de0c8f7
Show file tree
Hide file tree
Showing 30 changed files with 936 additions and 655 deletions.
3 changes: 2 additions & 1 deletion Podfile
Expand Up @@ -29,7 +29,8 @@ target 'phixer' do
pod 'SwiftyJSON'

# Star rating view
pod 'Cosmos', '~> 9.0'
#pod 'Cosmos', '~> 9.0'
pod 'Cosmos'

target 'phixerTests' do
inherit! :search_paths
Expand Down
26 changes: 13 additions & 13 deletions Podfile.lock
Expand Up @@ -2,7 +2,7 @@ PODS:
- ChameleonFramework/Default (2.1.0)
- ChameleonFramework/Swift (2.1.0):
- ChameleonFramework/Default
- Cosmos (9.0.0)
- Cosmos (17.0.0)
- Firebase/AdMob (5.10.0):
- Firebase/Core
- Google-Mobile-Ads-SDK (~> 7.34)
Expand Down Expand Up @@ -33,23 +33,23 @@ PODS:
- GoogleUtilities/Network (~> 5.2)
- "GoogleUtilities/NSData+zlib (~> 5.2)"
- nanopb (~> 0.3)
- GoogleUtilities/AppDelegateSwizzler (5.3.0):
- GoogleUtilities/AppDelegateSwizzler (5.3.1):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (5.3.0)
- GoogleUtilities/Logger (5.3.0):
- GoogleUtilities/Environment (5.3.1)
- GoogleUtilities/Logger (5.3.1):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (5.3.0):
- GoogleUtilities/MethodSwizzler (5.3.1):
- GoogleUtilities/Logger
- GoogleUtilities/Network (5.3.0):
- GoogleUtilities/Network (5.3.1):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (5.3.0)"
- GoogleUtilities/Reachability (5.3.0):
- "GoogleUtilities/NSData+zlib (5.3.1)"
- GoogleUtilities/Reachability (5.3.1):
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (5.3.0):
- GoogleUtilities/UserDefaults (5.3.1):
- GoogleUtilities/Logger
- nanopb (0.3.8):
- nanopb/decode (= 0.3.8)
Expand All @@ -62,7 +62,7 @@ PODS:

DEPENDENCIES:
- ChameleonFramework/Swift (from `https://github.com/ViccAlexander/Chameleon.git`)
- Cosmos (~> 9.0)
- Cosmos
- Firebase/AdMob
- Firebase/Core
- Neon
Expand Down Expand Up @@ -95,19 +95,19 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
ChameleonFramework: d21a3cc247abfe5e37609a283a8238b03575cf64
Cosmos: 33eee62b2a0418452aef470f711f83c3ea061b7b
Cosmos: 309e489f21ffc91a1eeecfebef7f817cd2fcfba6
Firebase: 6691d47562a780c26281ce8464518faafc90c610
FirebaseAnalytics: 831f1f127f4a75698e9875a87bf7e2668730d953
FirebaseCore: c6079de64c1a87000e52e9b408dddcadc901177f
FirebaseInstanceID: 78ba376fcd5b94c001f9999b2cbd3d1f1e56e78d
Google-Mobile-Ads-SDK: a1cbce28c0c78ca1fb0b6c4f213485f55527c99f
GoogleAppMeasurement: 2b3a023a61239c8d002e6e4fcf4abce8eddce0e0
GoogleUtilities: 760ccb53b7c7f40f9c02d8c241f76f841a7a6162
GoogleUtilities: e18bfddeb9e93419a04865d4f01722c4d5b014d9
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
Neon: 7fb5a9327e7e57911843f608e08f4893a74deaf9
SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a
SwiftyJSON: c4bcba26dd9ec7a027fc8eade48e2c911f229e96

PODFILE CHECKSUM: 0f85dd1df4efe4fff400b5076c87f731b989123d
PODFILE CHECKSUM: e931266ab7a5980e450dad4287809a363b466b3f

COCOAPODS: 1.5.3
12 changes: 7 additions & 5 deletions Pods/Cosmos/Cosmos/CosmosAccessibility.swift

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

2 changes: 1 addition & 1 deletion Pods/Cosmos/Cosmos/CosmosDefaultSettings.swift

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

2 changes: 1 addition & 1 deletion Pods/Cosmos/Cosmos/CosmosLayerHelper.swift

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

15 changes: 11 additions & 4 deletions Pods/Cosmos/Cosmos/CosmosLayers.swift

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

4 changes: 2 additions & 2 deletions Pods/Cosmos/Cosmos/CosmosRating.swift

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

24 changes: 23 additions & 1 deletion Pods/Cosmos/Cosmos/CosmosSettings.swift

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

4 changes: 2 additions & 2 deletions Pods/Cosmos/Cosmos/CosmosTouch.swift

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

0 comments on commit de0c8f7

Please sign in to comment.