blob: 9d1f832bc3933b88a9d831a8c568f1baf68753bb [file] [log] [blame]
{
"name": "Medable",
"version": "1.9.6",
"summary": "Medable Cortex iOS SDK.",
"description": "Medable is a cloud platform that provides HIPAA-compliant services to mobile\nand web applications. Using this iOS SDK, you can build applications that\ncommunicate securely with Medable’s cloud platform to incorporate Medable\ncapabilities into your application.",
"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.9.6"
},
"source_files": "Cortex/Medable.framework/Headers/*.h",
"social_media_url": "https://twitter.com/medableinc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"ios": {
"vendored_frameworks": "Cortex/Medable.framework"
},
"public_header_files": "Cortex/Medable.framework/Headers/M*.h",
"frameworks": [
"ImageIO",
"SystemConfiguration",
"CoreText",
"MobileCoreServices",
"QuartzCore",
"CoreLocation",
"CFNetwork",
"CoreGraphics"
]
}