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/Identity/DGIdentity+Keychain.h",
82 "DiscogsAPI/Authentication/DGAuthView.h",
83 "DiscogsAPI/Authentication/DGTokenStore.h",
84 "DiscogsAPI/Mapping/Authentication/**/*.h"
95 "DiscogsAPI/Database",
96 "DiscogsAPI/Database/Release",
97 "DiscogsAPI/Database/Artist",
98 "DiscogsAPI/Database/Label",
99 "DiscogsAPI/Database/Master",
100 "DiscogsAPI/Database/Search",
101 "DiscogsAPI/Database/Data",
102 "DiscogsAPI/Mapping/Database/**/*"
104 "private_header_files": "DiscogsAPI/Mapping/Database/**/*.h",
106 "DiscogsAPI/Pagination": [
115 "DiscogsAPI/User/Profile",
116 "DiscogsAPI/User/Collection",
117 "DiscogsAPI/User/Wantlist",
118 "DiscogsAPI/Mapping/User/**/*"
120 "private_header_files": "DiscogsAPI/Mapping/User/**/*.h",
122 "DiscogsAPI/Database": [
128 "name": "Marketplace",
130 "DiscogsAPI/Marketplace",
131 "DiscogsAPI/Marketplace/Price",
132 "DiscogsAPI/Marketplace/Listing",
133 "DiscogsAPI/Marketplace/Order",
134 "DiscogsAPI/Mapping/Marketplace/**/*"
136 "private_header_files": "DiscogsAPI/Mapping/Marketplace/**/*.h",
144 "name": "Pagination",
146 "DiscogsAPI/Pagination",
147 "DiscogsAPI/Mapping/Pagination"
149 "private_header_files": "DiscogsAPI/Mapping/Pagination/**/*.h",
158 "source_files": "DiscogsAPI/Resource",
167 "source_files": "DiscogsAPI/Mapping",
168 "private_header_files": "DiscogsAPI/Mapping/*.h"