blob: ab5f3cc20dec07fe99d30071d8b0d4462b4e2fe2 [file] [log] [blame]
{
"name": "GoldDigger",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SQLAid": [
"~> 0.1.0"
],
"ObjectiveSugar": [
"1.1.0"
]
}
}