[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / d / SCAppAdsKit / 1.0.0 / SCAppAdsKit.podspec.json
blobaad4406ad1b68ad58eca070127588dd342f91024
2   "name": "SCAppAdsKit",
3   "version": "1.0.0",
4   "summary": "App Ads Kit by Snap Inc.",
5   "description": "App Ads Kit by Snap Inc.",
6   "homepage": "https://kit.snapchat.com",
7   "license": {
8     "type": "Copyright",
9     "text": "                    Any access or use of the included software, associated documentation, software\n                    code, or other materials made available by Snap Inc. (and its affiliates) is\n                    subject to the Snap Developer Terms:\n\n                    https://www.snap.com/terms/developer/\n\n                    and the Snap Audience Network Terms found at:\n\n                    https://www.snap.com/terms/snap-audience-network\n\n                    If you do not wish to be a party to these terms or if you do not agree to all\n                    of these terms, then do not use or otherwise access any such software,\n                    documentation, software code, and other materials.\n"
10   },
11   "authors": {
12     "Snap Inc.": "ad-kit-support@snap.com"
13   },
14   "source": {
15     "git": "https://github.com/Snapchat/app-ads-kit-ios.git",
16     "tag": "1.0.0"
17   },
18   "public_header_files": "SCAppAdsKit.framework/Headers/*.h",
19   "source_files": "SCAppAdsKit.framework/Headers/*.h",
20   "vendored_frameworks": "SCAppAdsKit.framework",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "ios": {
31     "script_phases": {
32       "name": "SCAppAdsKit",
33       "script": "\nif [ \"$CONFIGURATION\" == \"Debug\" ]; then\necho \"Skip frameworks cleaning in debug version\"\nexit 0\nfi\n\nAPP_PATH=\"${TARGET_BUILD_DIR}/${WRAPPER_NAME}\"\n\nfind \"$APP_PATH\" -name 'SCAppAdsKit.framework' -type d | while read -r FRAMEWORK\ndo\nFRAMEWORK_EXECUTABLE_NAME=$(defaults read \"$FRAMEWORK/Info.plist\" CFBundleExecutable)\nFRAMEWORK_EXECUTABLE_PATH=\"$FRAMEWORK/$FRAMEWORK_EXECUTABLE_NAME\"\necho \"Executable is $FRAMEWORK_EXECUTABLE_PATH\"\n\nEXTRACTED_ARCHS=()\n\nfor ARCH in $ARCHS\ndo\necho \"Extracting $ARCH from $FRAMEWORK_EXECUTABLE_NAME\"\nlipo -extract \"$ARCH\" \"$FRAMEWORK_EXECUTABLE_PATH\" -o \"$FRAMEWORK_EXECUTABLE_PATH-$ARCH\"\nEXTRACTED_ARCHS+=(\"$FRAMEWORK_EXECUTABLE_PATH-$ARCH\")\ndone\n\necho \"Merging extracted architectures: ${ARCHS}\"\nlipo -o \"$FRAMEWORK_EXECUTABLE_PATH-merged\" -create \"${EXTRACTED_ARCHS[@]}\"\nrm \"${EXTRACTED_ARCHS[@]}\"\n\necho \"Replacing original executable with thinned version\"\nrm \"$FRAMEWORK_EXECUTABLE_PATH\"\nmv \"$FRAMEWORK_EXECUTABLE_PATH-merged\" \"$FRAMEWORK_EXECUTABLE_PATH\"\n\ndone\n\n"
34     }
35   }