2 "name": "iOS-GTLYouTube",
8 "bryn austin bellomy": "bryn.bellomy@gmail.com"
10 "summary": "Auto-generated Google GTL library for accessing YouTube's new JSON API.",
11 "homepage": "http://github.com/brynbellomy/iOS-GTLYouTube",
17 "git": "https://github.com/brynbellomy/iOS-GTLYouTube.git",
20 "requires_arc": false,
21 "public_header_files": [
22 "Services/YouTube/Generated/*.h",
23 "Utilities/GTLBase64.h",
24 "Objects/GTLBatchQuery.h",
25 "Objects/GTLBatchResult.h",
26 "Objects/GTLDateTime.h",
28 "Objects/GTLErrorObject.h",
29 "Utilities/GTLFramework.h",
30 "Utilities/GTLJSONParser.h",
31 "Objects/GTLObject.h",
33 "Objects/GTLRuntimeCommon.h",
34 "Objects/GTLService.h",
35 "Utilities/GTLTargetNamespace.h",
36 "Objects/GTLUploadParameters.h",
37 "Utilities/GTLUtilities.h",
38 "HTTPFetcher/GTMGatherInputStream.h",
39 "HTTPFetcher/GTMHTTPFetcher.h",
40 "HTTPFetcher/GTMHTTPFetcherLogging.h",
41 "HTTPFetcher/GTMHTTPFetcherService.h",
42 "HTTPFetcher/GTMHTTPFetchHistory.h",
43 "HTTPFetcher/GTMHTTPUploadFetcher.h",
44 "HTTPFetcher/GTMMIMEDocument.h",
45 "OAuth2/GTMOAuth2Authentication.h",
46 "OAuth2/GTMOAuth2SignIn.h",
47 "OAuth2/Touch/GTMOAuth2ViewControllerTouch.h",
48 "OAuth2/Mac/GTMOAuth2WindowController.h",
49 "HTTPFetcher/GTMReadMonitorInputStream.h"
51 "source_files": "./{Services/YouTube/Generated/{*.{h,m},GTLYouTubeConstants.m},GTLDefines.h,HTTPFetcher/GTM{GatherInputStream,HTTPFetchHistory,HTTPFetcher,HTTPFetcherLogging,HTTPFetcherService,HTTPUploadFetcher,MIMEDocument,ReadMonitorInputStream}.{h,m},OAuth2/{GTMOAuth2Authentication.{h,m},GTMOAuth2SignIn.{h,m},Touch/GTMOAuth2ViewControllerTouch.{h,m}},Objects/GTL{BatchQuery,BatchResult,DateTime,ErrorObject,Object,Query,RuntimeCommon,Service,UploadParameters}.{h,m},Utilities/GTL{{Base64,Framework,JSONParser,Utilities}.{h,m},TargetNamespace.h}}"