blob: eca0ad09e763d59f020250d0774f03cb6909fc1f [file] [log] [blame]
{
"name": "WACoreDataSpotlight",
"version": "0.0.1",
"summary": "Automatically index your CoreData objects to CoreSpotlight on iOS 9",
"description": "With iOS 9 comes great new features. One of them is CoreSpotlight.\nWACoreDataSpotlight, after a quick configuration, automatically index you core data database. Yeah, you heard it. Automatically.",
"homepage": "https://github.com/Wasappli/WACoreDataSpotlight",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ipodishima": "marian.paul2@gmail.com"
},
"social_media_url": "http://twitter.com/ipodishima",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Wasappli/WACoreDataSpotlight.git",
"tag": "0.0.1"
},
"source_files": "Files/*.{h,m}",
"frameworks": [
"CoreData",
"CoreSpotlight"
]
}