blob: db337ebe4fa8a8458097888c08bfdbcdc3d74694 [file] [log] [blame]
{
"name": "AarinPathProvider",
"version": "1.0.0",
"summary": "Aarin sdk.",
"homepage": "http://cubos.io",
"authors": "Aarin",
"license": {
"type": "Copyright",
"text": "Copyright 2020 Aarin. All Rights Reserved."
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://storage.googleapis.com/aarin-ios-framework/aarinpathproviderframework-1.0.0.zip"
},
"vendored_frameworks": "path_provider.framework",
"public_header_files": "Headers/*.h",
"preserve_paths": "path_provider.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-framework path_provider"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
}
}