blob: 397e44bdc8fbfd32db52385c920ff7467cf62392 [file] [log] [blame]
{
"name": "FetchRequests",
"version": "3.0",
"license": "MIT",
"summary": "NSFetchedResultsController inspired eventing",
"homepage": "https://github.com/crewos/FetchRequests",
"social_media_url": "https://twitter.com/crew_app",
"authors": {
"Speramus Inc": "opensource@crewapp.com"
},
"source": {
"git": "https://github.com/crewos/FetchRequests.git",
"tag": "3.0"
},
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"osx": "10.14",
"watchos": "5.0"
},
"swift_versions": "5.0",
"source_files": [
"FetchRequests/simplediff-swift/simplediff.swift",
"FetchRequests/Sources/**/*.swift"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "FetchRequestsTests/**/*.swift",
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"osx": "10.14"
}
}
],
"swift_version": "5.0"
}