blob: 28aa8f782a4ad9fa907e6c4771ff8c4d8128aa1d [file] [log] [blame]
{
"name": "PlusoSDK",
"version": "0.0.5",
"summary": "PlusoSDK is a simple way to add rich functionality to your app",
"homepage": "http://pluso.io",
"screenshots": "https://github.com/RV-Labs/PlusoSDK-iOS/blob/master/screen4.png",
"license": {
"type": "Commercial",
"text": " All text and design is copyright RusVe\n All rights reserved.\n http://www.rusve.com\n"
},
"authors": {
"Alexey Sidorov": "ody344@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RV-Labs/PlusoSDK-iOS.git",
"tag": "0.0.5"
},
"source_files": "PlusoSDK.framework/Headers/*.h",
"frameworks": [
"CoreGraphics",
"UIKit"
],
"ios": {
"vendored_frameworks": "PlusoSDK.framework/PlusoSDK"
},
"requires_arc": true,
"preserve_paths": "PlusoSDK.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"dependencies": {
"ShareKit/Core": [
],
"ShareKit/WhatsApp": [
]
}
}