blob: 6e9bca823c326ce1f5e387fac83223060a0ab59e [file] [log] [blame]
{
"name": "GoldDigger",
"version": "0.7.5",
"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",
"Bruno da Luz": "brunolabx@gmail.com"
},
"source": {
"git": "https://github.com/CopyIsRight/GoldDigger.git",
"tag": "0.7.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core/*.{h,m}",
"dependencies": {
"ObjectiveSugar": [
"1.1.0"
]
}
},
{
"name": "SQL",
"source_files": "Pod/SQL/*.{h,m}",
"dependencies": {
"GoldDigger/Core": [
],
"SQLAid": [
"~> 0.2"
]
}
}
]
}