blob: cb427fefe93dc30adb0ce1f5afc00841be1bd0b8 [file] [log] [blame]
{
"name": "EmbeddedSocial",
"platforms": {
"ios": "9.0"
},
"version": "0.7.4",
"summary": "SDK for interacting with the Microsoft Embedded Social service from inside your iOS app.",
"requires_arc": true,
"description": "This is an SDK that works with the Microsoft Embedded Social service to provide social networking functionality inside your iOS application.",
"homepage": "https://github.com/Microsoft/EmbeddedSocial-iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Microsoft": "opencode@microsoft.com"
},
"source": {
"git": "https://github.com/Microsoft/EmbeddedSocial-iOS-SDK.git",
"tag": "0.7.4",
"submodules": true
},
"source_files": [
"EmbeddedSocial/Sources/**/*.swift",
"EmbeddedSocial/Vendor/OAuthSwift/**/*.swift",
"EmbeddedSocial/Vendor/MSR-EmbeddedSocial-Swift-API-Library/EmbeddedSocialClient/Classes/**/*.swift"
],
"resources": [
"EmbeddedSocial/Resources/*.{xcassets,plist,strings,stringsdict}",
"EmbeddedSocial/Sources/**/*.{storyboard,plist,xcdatamodeld,xcdatamodel,xib}"
],
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/EmbeddedSocial/Vendor/LiveSDK"
},
"preserve_paths": "EmbeddedSocial/Vendor/LiveSDK/module.modulemap",
"static_framework": true,
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Alamofire": [
"~> 4.5.0"
],
"SwiftLint": [
"~> 0.20.1"
],
"SnapKit": [
"~> 3.2.0"
],
"SlideMenuControllerSwift": [
"~> 3.0"
],
"TwitterKit": [
"~> 2.8.0"
],
"TwitterCore": [
"~> 2.8.0"
],
"GoogleSignIn": [
"~> 4.0.2"
],
"SDWebImage": [
"~> 4.0.0"
],
"SwiftGen": [
"~> 4.2.1"
],
"Sourcery": [
"~> 0.7.2"
],
"UITextView+Placeholder": [
"~> 1.2.0"
],
"SKPhotoBrowser": [
"~> 4.0.1"
],
"MBProgressHUD": [
"~> 1.0"
],
"TTTAttributedLabel": [
"~> 2.0"
],
"HockeySDK/AllFeaturesLib": [
"~> 5.0.0"
],
"FBSDKCoreKit": [
"~> 4.24.0"
],
"FBSDKLoginKit": [
"~> 4.24.0"
],
"FBSDKShareKit": [
"~> 4.24.0"
]
},
"subspecs": [
{
"name": "LiveSDK",
"source_files": "EmbeddedSocial/Vendor/LiveSDK/**/*.{h,m}",
"requires_arc": false,
"compiler_flags": "-fno-objc-arc"
}
]
}