blob: ddb3aeaf5e17a528b9c8e852d2f3aa8ddb94de2b [file] [log] [blame]
{
"name": "ObjectiveRecord",
"version": "1.3.1",
"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.3.1"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true,
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"dependencies": {
"ObjectiveSugar": [
]
}
}