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/ATOR-Development/AnyoneKit",
12 "Benjamin Erhart": "berhart@netzarchitekten.com"
15 "git": "https://github.com/ATOR-Development/AnyoneKit.git",
20 "social_media_url": "https://twitter.com/tladesignz",
25 "default_subspecs": "Anyone",
30 "source_files": "AnyoneKit/Classes/Core/**/*",
33 "AnyoneKit/anon/src/config/geoip",
34 "AnyoneKit/anon/src/config/geoip6"
45 "source_files": "AnyoneKit/Classes/Anon/**/*",
46 "pod_target_xcconfig": {
47 "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_TARGET_SRCROOT}/AnyoneKit/anon\" \"${PODS_TARGET_SRCROOT}/AnyoneKit/anon/src\" \"${PODS_TARGET_SRCROOT}/AnyoneKit/openssl/include\" \"${BUILT_PRODUCTS_DIR}/openssl\" \"${PODS_TARGET_SRCROOT}/AnyoneKit/libevent/include\"",
48 "OTHER_LDFLAGS": "$(inherited) -L\"${BUILT_PRODUCTS_DIR}/AnyoneKit\" -l\"z\" -l\"lzma\" -l\"crypto\" -l\"ssl\" -l\"event_core\" -l\"event_extra\" -l\"event_pthreads\" -l\"event\" -l\"anon\""
51 "pod_target_xcconfig": {
52 "OTHER_LDFLAGS": "$(inherited) -L\"${BUILT_PRODUCTS_DIR}/AnyoneKit-iOS\""
56 "pod_target_xcconfig": {
57 "OTHER_LDFLAGS": "$(inherited) -L\"${BUILT_PRODUCTS_DIR}/AnyoneKit-macOS\""
63 "execution_position": "before_compile",
65 "lzma-always-execute-this-but-supress-warning"
67 "script": "cd \"${PODS_TARGET_SRCROOT}/AnyoneKit/xz\"\n../xz.sh\n"
70 "name": "Build OpenSSL",
71 "execution_position": "before_compile",
73 "openssl-always-execute-this-but-supress-warning"
75 "script": "cd \"${PODS_TARGET_SRCROOT}/AnyoneKit/openssl\"\n../openssl.sh\n"
78 "name": "Build libevent",
79 "execution_position": "before_compile",
81 "libevent-always-execute-this-but-supress-warning"
83 "script": "cd \"${PODS_TARGET_SRCROOT}/AnyoneKit/libevent\"\n../libevent.sh\n"
87 "execution_position": "before_compile",
89 "anon-always-execute-this-but-supress-warning"
91 "script": "cd \"${PODS_TARGET_SRCROOT}/AnyoneKit/anon\"\n../anon.sh\n"
97 "AnyoneKit/libevent.sh",
99 "AnyoneKit/openssl.sh",
107 "name": "Anyone-NoLZMA",
113 "source_files": "AnyoneKit/Classes/Anon/**/*",
114 "pod_target_xcconfig": {
115 "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_TARGET_SRCROOT}/AnyoneKit/anon\" \"${PODS_TARGET_SRCROOT}/AnyoneKit/anon/src\" \"${PODS_TARGET_SRCROOT}/AnyoneKit/openssl/include\" \"${BUILT_PRODUCTS_DIR}/openssl\" \"${PODS_TARGET_SRCROOT}/AnyoneKit/libevent/include\"",
116 "OTHER_LDFLAGS": "$(inherited) -L\"${BUILT_PRODUCTS_DIR}/AnyoneKit\" -l\"z\" -l\"crypto\" -l\"ssl\" -l\"event_core\" -l\"event_extra\" -l\"event_pthreads\" -l\"event\" -l\"anon\""
119 "pod_target_xcconfig": {
120 "OTHER_LDFLAGS": "$(inherited) -L\"${BUILT_PRODUCTS_DIR}/AnyoneKit-iOS\""
124 "pod_target_xcconfig": {
125 "OTHER_LDFLAGS": "$(inherited) -L\"${BUILT_PRODUCTS_DIR}/AnyoneKit-macOS\""
130 "name": "Build OpenSSL",
131 "execution_position": "before_compile",
133 "openssl-always-execute-this-but-supress-warning"
135 "script": "cd \"${PODS_TARGET_SRCROOT}/AnyoneKit/openssl\"\n../openssl.sh\n"
138 "name": "Build libevent",
139 "execution_position": "before_compile",
141 "libevent-always-execute-this-but-supress-warning"
143 "script": "cd \"${PODS_TARGET_SRCROOT}/AnyoneKit/libevent\"\n../libevent.sh\n"
146 "name": "Build Anon",
147 "execution_position": "before_compile",
149 "anon-always-execute-this-but-supress-warning"
151 "script": "cd \"${PODS_TARGET_SRCROOT}/AnyoneKit/anon\"\n../anon.sh --no-lzma\n"
156 "AnyoneKit/libevent",
157 "AnyoneKit/libevent.sh",
159 "AnyoneKit/openssl.sh",