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