blob: 147dd9eedcc9d38035c6800dfc8a1cccda8ca516 [file] [log] [blame]
{
"name": "C9OCore",
"version": "1.0.0",
"summary": "C9OCore contains the generic code and classes for all Cloud9 Online LLC applications.",
"description": "C9OCore contains the generic code and classes.",
"homepage": "https://gitlab.com/c9opublicframeworks/c9ocoreframework",
"license": "MIT",
"authors": {
"Cloud9 Online": "cloud9online@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://gitlab.com/c9opublicframeworks/c9ocoreframework.git",
"tag": "1.0.0"
},
"vendored_frameworks": "C9OCore.framework",
"dependencies": {
"ShimmerSwift": [
],
"RealmSwift": [
"~> 5.5.0"
],
"ReachabilitySwift": [
]
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
}
}