blob: 9c0b47b232a4681f434543084403d8ffc6c833c3 [file] [log] [blame]
{
"name": "RealmSwift",
"version": "0.103.1",
"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.103.1"
},
"authors": {
"Realm": "help@realm.io"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/realm",
"documentation_url": "https://realm.io/docs/swift/0.103.1",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"dependencies": {
"Realm": [
"= 0.103.1"
]
},
"source_files": "RealmSwift/*.swift",
"prepare_command": "sh build.sh cocoapods-setup swift",
"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"
}
}