blob: 5f3158e9d88c11981866f51bfc34e49c7800899a [file] [log] [blame]
{
"name": "AGSSecurity",
"version": "0.4.0",
"summary": "OWASP Security Checks",
"description": "AeroGear Services security",
"homepage": "http://aerogear.org",
"license": "Apache License, Version 2.0",
"authors": "AeroGear",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aerogear/aerogear-ios-sdk.git",
"tag": "0.4.0"
},
"source_files": "modules/security/**/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"AGSCore": [
],
"DTTJailbreakDetection": [
]
},
"requires_arc": true
}