4 "summary": "An Objective-C interface for Discogs API v2.0.",
5 "description": "Features:\n- Supports OAuth process and store the token in keychain.\n - Supports Discogs Auth.\n- Database support: Release, Master Release, Master Release Versions, Artist, Artist Releases, Label, All Label Releases, Search.\n- User support: Identify, Profile, Collection, Wantlist.\n - Marketplace support: Price suggestions, Listings, Orders.\n- Image support.",
6 "homepage": "https://github.com/maxep/DiscogsAPI",
9 "Maxime Epain": "maxime.epain@gmail.com"
11 "social_media_url": "https://twitter.com/MaximeEpain",
13 "git": "https://github.com/maxep/DiscogsAPI.git",
16 "documentation_url": "http://cocoadocs.org/docsets/DiscogsAPI",
34 "source_files": "DiscogsAPI/*.{h,m}",
47 "DiscogsAPI/Configuration",
48 "AFOAuth1Client/AFOAuth1Client"
51 "RestKit/ObjectMapping": [
57 "DiscogsAPI/Mapping": [
61 "prefix_header_contents": [
62 "#import <SystemConfiguration/SystemConfiguration.h>",
63 "#import <MobileCoreServices/MobileCoreServices.h>",
64 "#import <Security/Security.h>",
65 "#import <RestKit/RestKit.h>"
67 "private_header_files": [
68 "DiscogsAPI/Core/DGHTTPClient.h",
69 "DiscogsAPI/Configuration/*.h",
70 "AFOAuth1Client/AFOAuth1Client/*.h"
74 "name": "Authentication",
76 "DiscogsAPI/Authentication",
77 "DiscogsAPI/Authentication/Identity",
78 "DiscogsAPI/Mapping/Authentication/**/*"
80 "private_header_files": [
81 "DiscogsAPI/Authentication/DGAuthView.h",
82 "DiscogsAPI/Authentication/DGTokenStore.h",
83 "DiscogsAPI/Mapping/Authentication/**/*.h"
94 "DiscogsAPI/Database",
95 "DiscogsAPI/Database/Release",
96 "DiscogsAPI/Database/Artist",
97 "DiscogsAPI/Database/Label",
98 "DiscogsAPI/Database/Master",
99 "DiscogsAPI/Database/Search",
100 "DiscogsAPI/Database/Data",
101 "DiscogsAPI/Mapping/Database/**/*"
103 "private_header_files": "DiscogsAPI/Mapping/Database/**/*.h",
105 "DiscogsAPI/Pagination": [
114 "DiscogsAPI/User/Profile",
115 "DiscogsAPI/User/Collection",
116 "DiscogsAPI/User/Wantlist",
117 "DiscogsAPI/Mapping/User/**/*"
119 "private_header_files": "DiscogsAPI/Mapping/User/**/*.h",
121 "DiscogsAPI/Database": [
127 "name": "Marketplace",
129 "DiscogsAPI/Marketplace",
130 "DiscogsAPI/Marketplace/Price",
131 "DiscogsAPI/Marketplace/Listing",
132 "DiscogsAPI/Marketplace/Order",
133 "DiscogsAPI/Mapping/Marketplace/**/*"
135 "private_header_files": "DiscogsAPI/Mapping/Marketplace/**/*.h",
143 "name": "Pagination",
145 "DiscogsAPI/Pagination",
146 "DiscogsAPI/Mapping/Pagination"
148 "private_header_files": "DiscogsAPI/Mapping/Pagination/**/*.h",
157 "source_files": "DiscogsAPI/Resource",
166 "source_files": "DiscogsAPI/Mapping",
167 "private_header_files": "DiscogsAPI/Mapping/*.h"