blob: a006614550c38cb6ca635fec4c23d579ea3c5f8f [file] [log] [blame]
{
"name": "FetchRequests",
"version": "1.0.2",
"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": "1.0.2"
},
"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"
],
"swift_version": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "FetchRequestsTests/**/*.swift",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12"
}
}
]
}