blob: 5a8e29250256b747c0f56258933da1119d6d7deb [file] [log] [blame]
{
"name": "FetchRequests",
"version": "2.1",
"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": "2.1"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "3.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": "10.0",
"tvos": "10.0",
"osx": "10.12"
}
}
],
"swift_version": "5.0"
}