Skip to content

Commit

Permalink
not include ios classes for platform :osx
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Mar 15, 2015
1 parent 93063ea commit bc8b060
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
12 changes: 4 additions & 8 deletions AsakusaSatellite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "banjun" => "[email protected]" }
s.ios.deployment_target = "8.0"
# s.osx.deployment_target = "10.10"
s.osx.deployment_target = "10.10"
s.source = { :git => "https://github.com/codefirst/AsakusaSatelliteSwiftClient.git", :tag => "0.0.1" }
s.source_files = "Classes/*.swift"
s.source_files = 'Classes/*.swift'
s.ios.source_files = 'Classes/ios/*.swift'
s.osx.source_files = ''
s.requires_arc = true
s.dependency "Alamofire", "~> 1.1"
s.dependency "SwiftyJSON", "~> 2.1"
s.dependency "Socket.IO-Client-Swift", "~> 1.1"

s.subspec 'iOS' do |ss|
ss.ios.deployment_target = '8.0'
ss.ios.source_files = 'Classes/iOS/*.swift'
ss.osx.source_files = ''
end
end
File renamed without changes.
7 changes: 1 addition & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
PODS:
- Alamofire (1.1.4)
- AsakusaSatellite (0.0.1):
- Alamofire (~> 1.1)
- AsakusaSatellite/iOS (= 0.0.1)
- Socket.IO-Client-Swift (~> 1.1)
- SwiftyJSON (~> 2.1)
- AsakusaSatellite/iOS (0.0.1):
- Alamofire (~> 1.1)
- Socket.IO-Client-Swift (~> 1.1)
- SwiftyJSON (~> 2.1)
Expand All @@ -21,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Alamofire: 524225da382071ee3e6d0badd0ee4b4dc36740de
AsakusaSatellite: cb907d6e78a5fae603aac0166341c2004b544b96
AsakusaSatellite: 499c3117a42e276856fbd04608e38d40718b1c71
Socket.IO-Client-Swift: 23d9f0db0cdcb98623486ddf0ee811b158e9cd02
SwiftyJSON: 48be7490a3989a58a3f511cd54167f0a2b466e76

Expand Down

0 comments on commit bc8b060

Please sign in to comment.