Skip to content

Commit

Permalink
[CocoaPods] 0.32 podspec update, and removal of json podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Feb 10, 2015
1 parent 66808fa commit a8dce3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
7 changes: 2 additions & 5 deletions Specta.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
Pod::Spec.new do |s|
s.name = 'Specta'
s.version = '0.3.0.beta1'
s.version = '0.3.2'
s.license = 'MIT'
s.summary = 'A light-weight TDD / BDD framework for Objective-C & Cocoa.'
s.homepage = 'http://github.com/specta/specta'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'https://github.com/specta/specta.git', :tag => 'v0.3.0.beta1' }
s.source = { :git => 'https://github.com/specta/specta.git', :tag => "v#{s.version.to_s}" }

s.description = 'Specta is a light-weight testing framework for Objective-C and Cocoa that adds RSpec-like DSL to XCTest.'

s.source_files = 'Specta/Specta/**/*.{h,m}'

s.frameworks = 'Foundation', 'XCTest'

s.requires_arc = true
s.osx.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks"' }
s.ios.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"' }
Expand Down
31 changes: 0 additions & 31 deletions Specta.podspec.json

This file was deleted.

0 comments on commit a8dce3f

Please sign in to comment.