[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / c / 5 / d / GoldDigger / 0.5.7 / GoldDigger.podspec.json
blobc59dcf8361e5c868869b0ccc2bd0d8794eefd517
2   "name": "GoldDigger",
3   "version": "0.5.7",
4   "summary": "Simple ORM",
5   "description": "Simple ORM for Objective-C",
6   "homepage": "https://github.com/CopyIsRight/GoldDigger.git",
7   "license": "MIT",
8   "authors": {
9     "Pietro Caselani": "pc1992@gmail.com",
10     "Felipe Lobo": "frlwolf@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/CopyIsRight/GoldDigger.git",
14     "tag": "0.5.7"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Core/*.{h,m}",
24       "dependencies": {
25         "ObjectiveSugar": [
26           "1.1.0"
27         ]
28       }
29     },
30     {
31       "name": "SQL",
32       "source_files": "Pod/SQL/*.{h,m}",
33       "dependencies": {
34         "GoldDigger/Core": [
36         ],
37         "SQLAid": [
38           "~> 0.2"
39         ]
40       }
41     }
42   ]