blob: a622bc1a9ee7676aa2b80d9ad116ca18efdca718 [file] [log] [blame]
{
"name": "KSCoreDataTester",
"version": "1.0.0",
"summary": "Core Data categories for easy testing with in memory stores",
"homepage": "https://github.com/Keithbsmiley/KSCoreDataTester",
"license": "MIT",
"authors": {
"Keith Smiley": "keithbsmiley@gmail.com"
},
"social_media_url": "http://twitter.com/SmileyKeith",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Keithbsmiley/KSCoreDataTester.git",
"tag": "v1.0.0"
},
"source_files": "*.{h,m}",
"public_header_files": "KSCoreDataTester.h",
"frameworks": "CoreData",
"requires_arc": true
}