forked from CocoaPods/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
4317f11
commit cf5ea0e
Showing
1 changed file
with
41 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"name": "RealmSwift", | ||
"version": "0.97.0", | ||
"summary": "Realm is a modern data framework & database for iOS & OS X.", | ||
"description": "The Realm database, for Swift. (If you want to use Realm from Objective-C, see the “Realm” pod.)\n\nRealm is a mobile database: a replacement for Core Data & SQLite. You can use it on iOS & OS X. Realm is not an ORM on top SQLite: instead it uses its own persistence engine, built for simplicity (& speed). Learn more and get help at https://realm.io", | ||
"homepage": "https://realm.io", | ||
"source": { | ||
"git": "https://github.com/realm/realm-cocoa.git", | ||
"tag": "v0.97.0" | ||
}, | ||
"authors": { | ||
"Realm": "[email protected]" | ||
}, | ||
"requires_arc": true, | ||
"social_media_url": "https://twitter.com/realm", | ||
"documentation_url": "https://realm.io/docs/swift/0.97.0", | ||
"license": { | ||
"type": "Apache 2.0", | ||
"file": "LICENSE" | ||
}, | ||
"dependencies": { | ||
"Realm": [ | ||
"= 0.97.0" | ||
] | ||
}, | ||
"source_files": "RealmSwift/*.swift", | ||
"prepare_command": "sh build.sh cocoapods-setup without-core", | ||
"preserve_paths": [ | ||
"build.sh" | ||
], | ||
"pod_target_xcconfig": { | ||
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES", | ||
"APPLICATION_EXTENSION_API_ONLY": "YES" | ||
}, | ||
"platforms": { | ||
"ios": "8.0", | ||
"osx": "10.9", | ||
"watchos": "2.0", | ||
"tvos": "9.0" | ||
} | ||
} |