blob: a54d2d9d11b9ba677c02a12f9e9d838d1f03511a [file] [log] [blame]
{
"name": "PrediKit",
"version": "4.0.0",
"license": "MIT",
"summary": "A Swift NSPredicate DSL for iOS & OS X inspired by SnapKit, lovingly written in Swift, and created by the awesome peeps at KrakenDev.io!",
"homepage": "https://github.com/KrakenDev/PrediKit",
"authors": {
"Hector Matos": "hectormatos2011@gmail.com"
},
"social_media_url": "http://twitter.com/allonsykraken",
"source": {
"git": "https://github.com/KrakenDev/PrediKit.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true
}