blob: 5d39253f1fd50dc79a70c1923a3d7ac527400b5a [file] [log] [blame]
{
"name": "MDISDK",
"version": "1.0.2",
"summary": "MDI SDK for iOS",
"homepage": "https://github.com/Etalio/mdi-ios-sdk",
"license": "Apache License, Version 2.0",
"authors": "Ericsson AB",
"source": {
"git": "https://github.com/Etalio/mdi-ios-sdk.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"BETOAuth2Client": [
"1.0.5"
]
},
"source_files": "MDISDK/**/*.{h,m}",
"requires_arc": true,
"frameworks": "CoreTelephony",
"exclude_files": "MDISDK/Security/*.{h,m}",
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "MDISDK/Security/*.{h,m}"
}
]
}