blob: 569b5065f5873be41bbabbef2a277b89f6afbad1 [file] [log] [blame]
{
"name": "ObjectiveRecord",
"version": "1.0.2",
"summary": "Lightweight and sexy Core Data finders, creators and other methods. Rails syntax.",
"homepage": "https://github.com/mneorr/Objective-Record",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marin Usalj": "mneorr@gmail.com"
},
"source": {
"git": "https://github.com/mneorr/Objective-Record.git",
"tag": "1.0.2"
},
"source_files": [
"ObjectiveRecord.h",
"src/**/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"ObjectiveSugar": [
]
}
}