blob: faeb444ed8fbfb25daaef0e243a0fe4efbfab752 [file] [log] [blame]
{
"name": "LinkIDSDK",
"version": "0.0.1",
"summary": "linkID SDK integration library.",
"homepage": "https://www.linkid.be",
"license": {
"type": "LGPL v3",
"file": "LICENSE"
},
"authors": {
"Wim Vandenhaute": "wim.vandenhaute@gmail.com"
},
"platforms": {
"ios": "5.1"
},
"source": {
"git": "https://github.com/link-nv/linkid-sdk-ios.git",
"tag": "0.0.1"
},
"ios": {
"source_files": "linkid-sdk-ios/linkid-sdk-ios/*.{h,m}",
"frameworks": [
"Security",
"MobileCoreServices",
"SystemConfiguration"
],
"resources": [
"linkid-sdk-ios/linkid-sdk-ios/*.png"
],
"dependencies": {
"Base64nl": [
"~> 1.2"
]
}
},
"requires_arc": true
}