blob: dca37eaa4b92319489ced8573e54eda6963b4929 [file] [log] [blame]
{
"name": "SwiftPromises",
"version": "2.0.0",
"summary": "Light-weight Promise package for Swift",
"homepage": "https://github.com/RyuGames/SwiftPromises",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WyattMufson": "wyatt@ryu.games"
},
"source": {
"git": "https://github.com/RyuGames/SwiftPromises.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.3",
"source_files": "SwiftPromises/Classes/**/*",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.3"
}