blob: c0a92861345a413069cb1bc606e41e4fa3e836c5 [file] [log] [blame]
{
"name": "AtoneCon",
"module_name": "AtoneCon",
"version": "0.0.2",
"summary": "AtoneCon",
"description": "AtoneCon description",
"homepage": "https://github.com/netprotections/atonecon-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "AsianTech Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/netprotections/atonecon-ios.git",
"tag": "0.0.2"
},
"source_files": "AtoneCon/Sources/**/*.{swift,strings}",
"resource_bundles": {
"AtoneCon": [
"AtoneCon/Resources/**/*"
]
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
]
},
"dependencies": {
"ObjectMapper": [
"~> 2.2"
],
"SAMKeychain": [
"~> 1.5"
]
},
"pushed_with_swift_version": "3.0"
}