Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 39b56b9

Browse files
committed
Reorganize and simplify project.
1 parent 3e9533a commit 39b56b9

25 files changed

Lines changed: 460 additions & 562 deletions

.gitignore

Lines changed: 0 additions & 22 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: objective-c
22
script:
3-
- xctool -project CMDQueryStringSerialization.xcodeproj -scheme CMDQueryStringSerialization -sdk iphonesimulator test
3+
- xctool -workspace Example/CMDQueryStringSerialization.xcworkspace -scheme Tests -sdk iphonesimulator test

CMDQueryStringSerialization.podspec

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,9 @@ Pod::Spec.new do |s|
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'Caleb Davenport' => 'calebmdavenport@gmail.com' }
88
s.source = { :git => 'https://github.com/calebd/CMDQueryStringSerialization.git', :tag => "v#{s.version}" }
9-
109
s.requires_arc = true
11-
s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC -all_load' }
12-
1310
s.ios.deployment_target = '5.0'
1411
s.osx.deployment_target = '10.7'
15-
16-
s.source_files = 'CMDQueryStringSerialization/**/*.{h,m}'
17-
s.public_header_files =
18-
'CMDQueryStringSerialization/CMDQueryStringSerialization.h',
19-
'CMDQueryStringSerialization/CMDQueryStringWritingOptions.h'
20-
12+
s.source_files = 'Pod/*'
2113
s.dependency 'ISO8601'
22-
2314
end

0 commit comments

Comments
 (0)