[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / 6 / SampleHiddenFramework / 0.0.1 / SampleHiddenFramework.podspec.json
blob1dccf6eac4fe3c3e926fd2cad431283b013984ac
2   "name": "SampleHiddenFramework",
3   "version": "0.0.1",
4   "summary": "A framework with hidden implementation.",
5   "description": "This framework will hide all of its implementation and won't allow users to see the source code",
6   "homepage": "https://github.com/LeoBrunet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leo BRUNET": "leo.brunet@pradeo.com"
13   },
14   "platforms": {
15     "ios": "16.4"
16   },
17   "ios": {
18     "vendored_frameworks": "SampleHiddenFramework.framework"
19   },
20   "source": {
21     "http": "https://www.dropbox.com/s/zp48b6w4udkkr08/SampleHiddenFramework.zip?dl=1"
22   },
23   "exclude_files": "Classes/Exclude",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   }