blob: 731a6ae2f491809f60c66c085062965b5bd38189 [file] [log] [blame]
{
"name": "Medable",
"version": "0.9.2",
"summary": "Medable iOS SDK.",
"description": " Medable is a cloud platform that provides HIPAA-compliant services to mobile\n and web applications. Using this iOS SDK, you can build applications that\n communicate securely with Medable’s cloud platform to incorporate Medable\n capabilities into your application.\n",
"homepage": "https://github.com/Medable/iOS-SDK",
"license": "BSD 3-clause",
"authors": {
"Medable Inc.": "hello@medable.com"
},
"source": {
"git": "https://github.com/Medable/iOS-SDK.git",
"tag": "0.9.2"
},
"social_media_url": "https://twitter.com/medableinc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "iOSMedableSDK/iOSMedableSDK.framework"
},
"public_header_files": "iOSMedableSDK/iOSMedableSDK.framework/Headers/*.h",
"frameworks": [
"ImageIO",
"SystemConfiguration",
"CoreText",
"MobileCoreServices",
"QuartzCore",
"CoreLocation",
"CFNetwork",
"CoreGraphics"
]
}