Skip to content

Commit

Permalink
[Add] RealmSwift 0.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored and CocoaPodsBot committed Dec 17, 2015
1 parent 4317f11 commit cf5ea0e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Specs/RealmSwift/0.97.0/RealmSwift.podspec.json
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"
}
}

0 comments on commit cf5ea0e

Please sign in to comment.