Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
fixed podspec path
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotethegr8 committed Jul 8, 2019
1 parent 207611b commit 8c7c861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KinEcosystem.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Kin ecosystem mobile sdk for iOS

s.ios.deployment_target = '9.0'

s.resource_bundles = { "kinFonts" => ["KinEcosystem/fonts/*.otf"] }
s.resource_bundles = { "kinFonts" => ["KinEcosystem/KinEcosystem/fonts/*.otf"] }
s.source_files = 'KinEcosystem/KinEcosystem/**/*.{h,m,swift}'
s.resources = 'KinEcosystem/KinEcosystem/**/*.{xcassets,xcdatamodeld,storyboard,xib,png,pdf,jpg,json,strings,otf,ttf}'

Expand Down

0 comments on commit 8c7c861

Please sign in to comment.