blob: 6be18144c567666a338c7edc231ca092221eb941 [file] [log] [blame]
{
"name": "Barracks",
"version": "1.0.0",
"license": "Apache 2",
"summary": "Barracks Client in swift",
"homepage": "https://barracks.io",
"social_media_url": "http://twitter.com/barracksiot",
"authors": {
"Barracks Solutions": "contact@barracks.io"
},
"source": {
"git": "https://github.com/barracksiot/ios-osx-client.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3",
"osx": "10.11"
},
"source_files": "Client/Source/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0.0"
],
"IDZSwiftCommonCrypto": [
]
}
}