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