blob: af5646439dd283358e18c43fe8a999f18c42e665 [file] [log] [blame]
{
"name": "GoldDigger",
"version": "0.3.2",
"summary": "Simple ORM",
"description": "Simple ORM for Objective-C",
"homepage": "https://github.com/CopyIsRight/GoldDigger.git",
"license": "MIT",
"authors": {
"Pietro Caselani": "pc1992@gmail.com",
"Felipe Lobo": "frlwolf@gmail.com"
},
"source": {
"git": "https://github.com/CopyIsRight/GoldDigger.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SQLAid": [
"~> 0.1"
],
"ObjectiveSugar": [
"1.1.0"
]
}
}