[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 3 / 1 / 7 / AnyoneKit / 409.8.1 / AnyoneKit.podspec.json
bloba67dd5e9fe79ed8f708db1e5d6a6b515988d5921
2   "name": "AnyoneKit",
3   "version": "409.8.1",
4   "summary": "AnyoneKit is the easiest way to embed the Anyone network in your iOS and macOS application.",
5   "description": "AnyoneKit is the easiest way to embed the Anyone network in your iOS and macOS application. Currently, the framework compiles in static versions of anon, libevent, openssl, and liblzma.",
6   "homepage": "https://github.com/anyone-protocol/AnyoneKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin Erhart": "berhart@netzarchitekten.com"
13   },
14   "source": {
15     "git": "https://github.com/anyone-protocol/AnyoneKit.git",
16     "branch": "main",
17     "tag": "v409.8.1"
18   },
19   "social_media_url": "https://chaos.social/@tla",
20   "platforms": {
21     "ios": "12.0",
22     "osx": "10.13"
23   },
24   "requires_arc": true,
25   "source_files": "AnyoneKit/Classes/**/*",
26   "resource_bundles": {
27     "GeoIP": [
28       "AnyoneKit/Assets/geoip",
29       "AnyoneKit/Assets/geoip6"
30     ]
31   },
32   "vendored_frameworks": "anon.xcframework",
33   "libraries": "z",
34   "pod_target_xcconfig": {
35     "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_TARGET_SRCROOT}/anon.xcframework/ios-arm64/anon.framework/Headers\""
36   },
37   "preserve_paths": [
38     "build-xcframework.sh",
39     "anon.xcframework",
40     "AnyoneKit/download.sh"
41   ],
42   "prepare_command": "AnyoneKit/download.sh v409.8.1"