blob: 2df2c7cea3736e7e2975df379e2737eae184d460 [file] [log] [blame]
{
"name": "ChainUtils",
"version": "2.0.0",
"summary": "Light weight encryption SDK for iOS",
"homepage": "https://github.com/RyuGames/ChainUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WyattMufson": "wyatt@ryu.games"
},
"source": {
"git": "https://github.com/RyuGames/ChainUtils.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.3",
"source_files": "ChainUtils/Classes/**/*",
"vendored_frameworks": "neoutils.framework",
"dependencies": {
"NetworkUtils": [
"2.0.0"
]
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.3"
}