Skip to content

Commit

Permalink
added example assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tayhalla committed May 28, 2014
1 parent 8d3a72c commit d518a4d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
Empty file removed Classes/ios/.gitkeep
Empty file.
Binary file added ReadmeAssets/THSegmentedControlStill.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ReadmeAssets/THSegmentedControlUse.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions THSegmentedControl.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ Pod::Spec.new do |s|
s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Taylor Halliday" => "taylor.halliday@gmail.com" }
s.source = { :git => "https://github.com/tayhalla/THSegmentedControl.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/tayhalla/THSegmentedControl.git", :commit => '8d3a72c1b01404e5741c4dc33405d40b30020906' }
s.source_files = 'THSegmentedControl/*'

s.platform = :ios, '5.0'
s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
# s.osx.deployment_target = '10.7'
s.requires_arc = true

s.ios.exclude_files = 'Classes/osx'
s.osx.exclude_files = 'Classes/ios'
# s.public_header_files = 'Classes/**/*.h'
# s.frameworks = 'SomeFramework', 'AnotherFramework'
# s.dependency 'JSONKit', '~> 1.4'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d518a4d

Please sign in to comment.