Skip to content

Commit

Permalink
Updated .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
markohlebar committed Jan 22, 2015
1 parent 05884f5 commit a48507f
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 132 deletions.
3 changes: 3 additions & 0 deletions BIND.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Data Binding and MVVM for iOS.

s.source = { :git => "https://github.com/markohlebar/BIND.git", :tag => "1.0.3" }
s.source_files = "BIND", "BIND/**/*.{h,m}"
s.ios.exclude_files = "BIND/Categories/OSX/**/*.{h,m}"
s.osx.exclude_files = "BIND/Categories/iOS/**/*.{h,m}"

# s.public_header_files = "Classes/**/*.h"
s.prefix_header_file = 'BIND-PrefixHeader.pch'
s.requires_arc = true
Expand Down
116 changes: 66 additions & 50 deletions BIND.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions BIND/Classes/BNDSpecialKeyPathHandler.h

This file was deleted.

68 changes: 0 additions & 68 deletions BIND/Classes/BNDSpecialKeyPathHandler.m

This file was deleted.

0 comments on commit a48507f

Please sign in to comment.