blob: acd9fe3279317d17e518811a8cbdb4e8c1fa6ce4 [file] [log] [blame]
{
"name": "AGSSecurity",
"version": "1.0.0-alpha",
"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": "1.0.0-alpha"
},
"source_files": "modules/security/**/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"AGSCore": [
],
"DTTJailbreakDetection": [
]
},
"requires_arc": true
}