blob: 5c941331cc5b88e7df51622961ac04f540957bd4 [file] [log] [blame]
{
"name": "PlusoSDK",
"version": "0.0.4",
"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.4"
},
"source_files": "PlusoSDK.framework/Headers/*.h",
"frameworks": [
"CoreGraphics",
"UIKit"
],
"ios": {
"vendored_frameworks": "PlusoSDK.framework"
},
"requires_arc": true,
"preserve_paths": "PlusoSDK.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"dependencies": {
"ShareKit/Core": [
],
"ShareKit/WhatsApp": [
]
}
}