-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
48 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "EVCloudKitDao" | ||
s.version = "3.5.0" | ||
s.version = "3.5.1" | ||
s.summary = "iOS: Simplified access to Apple’s CloudKit" | ||
s.description = "Simplified access to Apple’s CloudKit using reflection and generics" | ||
|
||
|
@@ -14,10 +14,12 @@ Pod::Spec.new do |s| | |
s.authors = { 'Edwin Vermeer' => '[email protected]' } | ||
s.social_media_url = "http://twitter.com/evermeer" | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.ios.deployment_target = '8.0' | ||
s.osx.deployment_target = '10.11' | ||
#s.watchos.deployment_target = '3.0' | ||
s.tvos.deployment_target = '9.0' | ||
#s.watchos.deployment_target = '2.0' | ||
|
||
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' } | ||
|
||
s.source = { :git => "https://github.com/evermeer/EVCloudKitDao.git", :tag => s.version.to_s } | ||
s.source_files = 'Source/*' | ||
|
8 changes: 8 additions & 0 deletions
8
EVCloudKitDao.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters