blob: ce955ee918cc549ae2d4977f2078898fb64b2b32 [file] [log] [blame]
{
"name": "RSTCoreDataKit",
"version": "0.1.2",
"summary": "A simpler CoreData stack",
"homepage": "https://github.com/rosettastone/RSTCoreDataKit",
"license": "BSD 3.0",
"authors": "Rosetta Stone",
"source": {
"git": "https://github.com/rosettastone/RSTCoreDataKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RSTCoreDataKit/*.{h,m}",
"frameworks": [
"CoreData",
"UIKit",
"Foundation"
],
"requires_arc": true
}