Latest | 1.0.1 |
---|---|
Homepage | https://github.com/SyncDB/DATAFilter |
License | MIT |
Platforms | ios 8.0, osx 10.9, watchos 2.0, tvos 9.0, requires ARC |
Dependencies | DATAObjectIDs |
Frameworks | Foundation, CoreData |
Authors |
Moved inside Sync
Latest podspec
{ "name": "DATAFilter", "version": "1.0.1", "summary": "Filter inserts, updates and deletions from your JSON response", "description": "Filters inserts, updates and deletions from your JSON response.nReturns every insert and update in a block, handles deletions and uniquing internally.", "homepage": "https://github.com/SyncDB/DATAFilter", "license": "MIT", "authors": { "SyncDB": "[email protected]" }, "source": { "git": "https://github.com/SyncDB/DATAFilter.git", "tag": "1.0.1" }, "social_media_url": "https://twitter.com/Sync_DB", "platforms": { "ios": "8.0", "osx": "10.9", "watchos": "2.0", "tvos": "9.0" }, "requires_arc": true, "source_files": "Sources/**/*", "frameworks": [ "Foundation", "CoreData" ], "dependencies": { "DATAObjectIDs": [ "~> 0.6.1" ] } }
Sat, 01 Oct 2016 09:56:03 +0000