[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 0 / 8 / a / AarinPathProvider / 1.0.0 / AarinPathProvider.podspec.json
blobdb337ebe4fa8a8458097888c08bfdbcdc3d74694
2   "name": "AarinPathProvider",
3   "version": "1.0.0",
4   "summary": "Aarin sdk.",
5   "homepage": "http://cubos.io",
6   "authors": "Aarin",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2020 Aarin. All Rights Reserved."
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "http": "https://storage.googleapis.com/aarin-ios-framework/aarinpathproviderframework-1.0.0.zip"
16   },
17   "vendored_frameworks": "path_provider.framework",
18   "public_header_files": "Headers/*.h",
19   "preserve_paths": "path_provider.framework",
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-framework path_provider"
22   },
23   "pod_target_xcconfig": {
24     "DEFINES_MODULE": "YES",
25     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
26   }