blob: 694816552716f272d5695734fb20f5262f6ccccb [file] [log] [blame]
{
"name": "Medable",
"version": "1.0.4",
"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": {
"type": "BSD 3-clause",
"file": "LICENSE"
},
"authors": {
"Medable Inc.": "hello@medable.com"
},
"source": {
"git": "https://github.com/Medable/iOS-SDK.git",
"tag": "1.0.4"
},
"social_media_url": "https://twitter.com/medableinc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"ios": {
"vendored_frameworks": "iOSMedableSDK/Medable.framework"
},
"public_header_files": "iOSMedableSDK/Medable.framework/Headers/M*.h",
"frameworks": [
"ImageIO",
"SystemConfiguration",
"CoreText",
"MobileCoreServices",
"QuartzCore",
"CoreLocation",
"CFNetwork",
"CoreGraphics"
]
}