blob: f6baa483d4b902f84d571642aa4009413f566589 [file] [log] [blame]
{
"name": "RSTCoreDataKit",
"version": "0.1.1",
"summary": "A simpler CoreData stack",
"homepage": "https://github.com/rosettastone/RSTCoreDataKit",
"license": "BSD 3.0",
"authors": {
"Jesse Squires": "jsquires@rosettastone.com",
"Don Mowry": "dmowry@rosettastone.com"
},
"social_media_url": "https://twitter.com/jesse_squires",
"source": {
"git": "https://github.com/rosettastone/RSTCoreDataKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RSTCoreDataKit/*.{h,m}",
"frameworks": [
"CoreData",
"UIKit",
"Foundation"
],
"requires_arc": true
}