Skip to content

Commit

Permalink
[iOS] - Styles - Designable Based Styles #9
Browse files Browse the repository at this point in the history
SmartStyle pod file added for projects custom style ( which named FlexStyles)
  • Loading branch information
burcugen committed Sep 27, 2018
1 parent a85a58b commit ec1184d
Show file tree
Hide file tree
Showing 47 changed files with 1,855 additions and 166 deletions.
10 changes: 9 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'ProjectX' do
use_frameworks!

# Pods for ProjectX

pod 'SmartStyle', :path => 'SmartStyle/'
target 'ProjectXTests' do
inherit! :search_paths
# Pods for testing
Expand All @@ -18,3 +18,11 @@ target 'ProjectX' do
end

end

post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end

22 changes: 21 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
PODFILE CHECKSUM: 44822adf25116fba9612f9a6e4184f5ab4db9a7f
PODS:
- Localize-Swift (2.0.0)
- SmartStyle (0.1.0):
- Localize-Swift

DEPENDENCIES:
- SmartStyle (from `SmartStyle/`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Localize-Swift

EXTERNAL SOURCES:
SmartStyle:
:path: SmartStyle/

SPEC CHECKSUMS:
Localize-Swift: c798ec9286494866f7068f85f7c71283ac5bdab4
SmartStyle: 88d7a5a4e95dbc0d9aaff02d9cd90612e10126e7

PODFILE CHECKSUM: 83ad72c78216d435e753321804ca956226b8c156

COCOAPODS: 1.5.2
27 changes: 27 additions & 0 deletions Pods/Local Podspecs/SmartStyle.podspec.json

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

19 changes: 19 additions & 0 deletions Pods/Localize-Swift/LICENSE

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

87 changes: 87 additions & 0 deletions Pods/Localize-Swift/README.md

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

167 changes: 167 additions & 0 deletions Pods/Localize-Swift/Sources/Localize.swift

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

19 changes: 19 additions & 0 deletions Pods/Localize-Swift/Sources/Localize_Swift.h

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

Loading

0 comments on commit ec1184d

Please sign in to comment.