[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 1 / c / EmbeddedSocial / 0.7.5 / EmbeddedSocial.podspec.json
blob98c8e55e9bc9b73ba8db7491be47015d8966d404
2   "name": "EmbeddedSocial",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "version": "0.7.5",
7   "summary": "SDK for interacting with the Microsoft Embedded Social service from inside your iOS app.",
8   "description": "This is an SDK that works with the Microsoft Embedded Social service to provide social networking functionality inside your iOS application.",
9   "homepage": "https://github.com/Microsoft/EmbeddedSocial-iOS-SDK",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Microsoft": "opencode@microsoft.com"
16   },
17   "source": {
18     "git": "https://github.com/Microsoft/EmbeddedSocial-iOS-SDK.git",
19     "tag": "0.7.5",
20     "submodules": true
21   },
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.2"
25   },
26   "source_files": [
27     "EmbeddedSocial/Sources/**/*.swift",
28     "EmbeddedSocial/Vendor/OAuthSwift/**/*.swift",
29     "EmbeddedSocial/Vendor/MSR-EmbeddedSocial-Swift-API-Library/EmbeddedSocialClient/Classes/**/*.swift"
30   ],
31   "resources": [
32     "EmbeddedSocial/Resources/*.{xcassets,plist,strings,stringsdict}",
33     "EmbeddedSocial/Sources/**/*.{storyboard,plist,xcdatamodeld,xcdatamodel,xib}"
34   ],
35   "xcconfig": {
36     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/EmbeddedSocial/Vendor/LiveSDK"
37   },
38   "preserve_paths": "EmbeddedSocial/Vendor/LiveSDK/module.modulemap",
39   "static_framework": true,
40   "ios": {
41     "frameworks": "UIKit"
42   },
43   "dependencies": {
44     "Alamofire": [
45       "~> 4.5.0"
46     ],
47     "SwiftLint": [
48       "~> 0.20.1"
49     ],
50     "SnapKit": [
51       "~> 3.2.0"
52     ],
53     "SlideMenuControllerSwift": [
54       "~> 3.0"
55     ],
56     "TwitterKit": [
57       "~> 2.8.0"
58     ],
59     "TwitterCore": [
60       "~> 2.8.0"
61     ],
62     "GoogleSignIn": [
63       "~> 4.0.2"
64     ],
65     "SDWebImage": [
66       "~> 4.0.0"
67     ],
68     "SwiftGen": [
69       "~> 4.2.1"
70     ],
71     "Sourcery": [
72       "~> 0.7.2"
73     ],
74     "UITextView+Placeholder": [
75       "~> 1.2.0"
76     ],
77     "SKPhotoBrowser": [
78       "~> 4.0.1"
79     ],
80     "MBProgressHUD": [
81       "~> 1.0"
82     ],
83     "TTTAttributedLabel": [
84       "~> 2.0"
85     ],
86     "HockeySDK/AllFeaturesLib": [
87       "~> 5.0.0"
88     ],
89     "FBSDKCoreKit": [
90       "~> 4.24.0"
91     ],
92     "FBSDKLoginKit": [
93       "~> 4.24.0"
94     ],
95     "FBSDKShareKit": [
96       "~> 4.24.0"
97     ]
98   },
99   "subspecs": [
100     {
101       "name": "LiveSDK",
102       "source_files": "EmbeddedSocial/Vendor/LiveSDK/**/*.{h,m}",
103       "requires_arc": false,
104       "compiler_flags": "-fno-objc-arc"
105     }
106   ]