[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / 3 / MSGraphSDK / 0.10.1 / MSGraphSDK.podspec.json
blob94fd0f1a3053c2912201998ae4e49ff47ddc5364
2   "name": "MSGraphSDK",
3   "version": "0.10.1",
4   "summary": "Microsoft Graph iOS SDK",
5   "description": "Integrate the Microsoft Graph API into your iOS App!",
6   "homepage": "http://graph.microsoft.io",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Microsoft Graph",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/MicrosoftGraph/msgraph-sdk-ios.git",
17     "tag": "0.10.1"
18   },
19   "source_files": "MSGraphSDK/MSGraphSDK.h",
20   "public_header_files": "MSGraphSDK/MSGraphSDK.h",
21   "exclude_files": [
22     "Examples/*",
23     "MSGraphSDK/Test/*"
24   ],
25   "subspecs": [
26     {
27       "name": "Common",
28       "source_files": "MSGraphSDK/Common/*.{h,m}",
29       "public_header_files": "MSGraphSDK/Common/*.h"
30     },
31     {
32       "name": "Implementations",
33       "dependencies": {
34         "MSGraphSDK/Common": [
36         ]
37       },
38       "source_files": [
39         "MSGraphSDK/MSGraphSDK/MSURLSessionManager/*{h,m}",
40         "MSGraphSDK/MSGraphSDK/*{h,m}"
41       ],
42       "public_header_files": [
43         "MSGraphSDK/MSGraphSDK/MSURLSessionManager/*.h",
44         "MSGraphSDK/MSGraphSDK/*.h"
45       ]
46     },
47     {
48       "name": "MSGraphCoreSDK",
49       "dependencies": {
50         "MSGraphSDK/Common": [
52         ]
53       },
54       "source_files": "MSGraphSDK/MSGraphCoreSDK/**/*.{h,m}",
55       "public_header_files": "MSGraphSDK/MSGraphCoreSDK/**/*.h"
56     },
57     {
58       "name": "Extensions",
59       "dependencies": {
60         "MSGraphSDK/MSGraphCoreSDK": [
62         ],
63         "MSGraphSDK/Implementations": [
65         ]
66       },
67       "source_files": "MSGraphSDK/Extensions/*.{h,m}",
68       "public_header_files": "MSGraphSDK/Extensions/*.h"
69     }
70   ]