[Add] Ads-Global-Beta 6.5.0.2
[CocoaPods.git] / Specs / e / 3 / 0 / FlipperExpandablePreferencesiOS / 0.2.0 / FlipperExpandablePreferencesiOS.podspec.json
blob39e9e2583e502c87250678cb7c9d02765a489c28
2   "name": "FlipperExpandablePreferencesiOS",
3   "version": "0.2.0",
4   "summary": "The iOS plugin for FlipperKit to show expandable preferences.",
5   "description": "a plugin for FlipperKit to show expandable preferences. install this pod along with the flipper desktop plugin \"haifengkao/flipper-plugin-expandablepreferences\"",
6   "homepage": "https://github.com/HaiFengKao/FlipperExpandablePreferencesiOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai Feng Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/HaiFengKao/FlipperExpandablePreferencesiOS.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "FlipperExpandablePreferencesiOS/Classes/**/*",
22   "swift_versions": "5.0",
23   "public_header_files": "FlipperExpandablePreferencesiOS/Classes/FKExpandableUserDefaultsPlugin.h",
24   "xcconfig": {
25     "CLANG_CXX_LIBRARY": "libc++"
26   },
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "dependencies": {
31     "FlipperKit": [
33     ]
34   },
35   "static_framework": true,
36   "swift_version": "5.0"