[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 6 / d / e / Discogs-ObjC / 0.1.1 / Discogs-ObjC.podspec.json
blobe6cfe5ecce39606f06e4971f9c13eb6068105306
2   "name": "Discogs-ObjC",
3   "version": "0.1.1",
4   "summary": "An Objective C client for the Discogs v 2.0 API.",
5   "homepage": "http://github.com/n8j1s/Discogs-ObjC",
6   "license": "MIT",
7   "authors": {
8     "Nathaniel Jones": "nathaniel.jones@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/n8j1s/Discogs-ObjC.git",
12     "tag": "0.1.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source_files": "Discogs-ObjC/*.{h,m}",
20   "dependencies": {
21     "DCKeyValueObjectMapping": [
22       "~>1.4"
23     ],
24     "AFNetworking": [
25       "~>2.0"
26     ]
27   }