blob: 53e54795b41877fa1d459ebb4a838a0980028b71 [file] [log] [blame]
{
"name": "PlaybasisSDK",
"version": "0.3.2",
"summary": "PlaybasisSDK",
"description": "Playbasis iOS SDK is a brand new iOS SDK from Playbasis for helping developers integrate their mobile apps with Playbasis gamification API.\n\nThe iOS SDK is designed to work effectively with mobile devices. For example, it provides:\n\nHigh-level function API calls so that developers will find it is relatively easy to work with Playbasis API\nHowever, the SDK didn't limit the access to low-level API calls so that, if needed, developers still can have a finer control\nAutomatically parse JSON responses into Objective-C objects\nWorks offline when there is no internet connection as the requests will be stored on the device (in an encrypted way)\nExpose phone native features like phone events so it will very easy for developers to track their users' actions and learn more about their behavior\nNext, more documentation and resources can be found below:\n\nDevelopers can sign up here to get API key/secret\nNext, one can try out our API Explorer\nDownload the SDK\nDocumentation is also available",
"homepage": "https://github.com/playbasis/native-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Playbasis": "devteam@playbasis.com"
},
"source": {
"git": "https://github.com/playbasis/native-sdk-ios.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PlaybasisSDK/Classes/**/*",
"resources": "PlaybasisSDK/Resources/PlaybasisSDK.bundle",
"dependencies": {
"Alamofire": [
"3.5.0"
],
"ObjectMapper": [
"1.4.0"
],
"SAMKeychain": [
"1.5.1"
]
}
}