blob: 563bc7602d04e875b093736f1d8f8f40084fc9c1 [file] [log] [blame]
{
"name": "GoldDigger",
"version": "0.4.8",
"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.4.8"
},
"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.1"
]
}
}
]
}