blob: a2cc1ac519c271aaa9beb28d74168687bffc6d29 [file] [log] [blame]
{
"name": "AtoneCon",
"module_name": "AtoneCon",
"version": "0.0.4",
"summary": "AtoneCon",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"description": "s.swift_versions = ['4.0', '4.2', '5.0']\nAtoneCon",
"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.4"
},
"source_files": "AtoneCon/Sources/**/*.{swift,strings}",
"resource_bundles": {
"AtoneCon": [
"AtoneCon/Resources/**/*"
]
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
]
},
"dependencies": {
"ObjectMapper": [
"~> 4.2"
],
"SAMKeychain": [
"~> 1.5"
]
}
}