blob: 642d390f8b0f8cfad05f5fb13c46fba30c45712a [file] [log] [blame]
{
"name": "MobileConnect",
"version": "1.0.0",
"summary": "Mobile Connect SDK for iOS",
"description": "\n Mobile Connect SDK the Cocoa platform (iOS and Mac OS X)\n * Authenticate\n * Fetch Profile\n * Allows for blocks or delegates\n * Offers archivable credentials\n * Easy to read implementation and interface\n \n",
"homepage": "https://github.com/Etalio/etalio-cocoa-sdk",
"license": "Apache-2.0",
"authors": {
"Screen Interaction": "contact@screeninteraction.com"
},
"source": {
"git": "https://github.com/Etalio/etalio-cocoa-sdk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"BETOAuth2Client": [
]
},
"resources": "Etalio/**/*.{private}",
"source_files": "Etalio/**/*.{h,m}",
"requires_arc": true,
"exclude_files": "Etalio/Security/*.{h,m}",
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "Etalio/Security/*.{h,m}"
}
]
}