[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 5 / d / GoldDigger / 0.2.1 / GoldDigger.podspec.json
blobab5f3cc20dec07fe99d30071d8b0d4462b4e2fe2
2   "name": "GoldDigger",
3   "version": "0.2.1",
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.2.1"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "SQLAid": [
23       "~> 0.1.0"
24     ],
25     "ObjectiveSugar": [
26       "1.1.0"
27     ]
28   }