[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / a / 8 / d / Confy / 0.3.1 / Confy.podspec.json
blob111b3650fb836479041fc00c10b83f78f5d73698
2   "name": "Confy",
3   "version": "0.3.1",
4   "summary": "Swift properties easily exposed to UI. Powered by @propertyWrapper.",
5   "description": "Expose your configuration properties to the UI. Primarily to be used for debug feature implementation.",
6   "homepage": "https://github.com/ZsoltMolnarrr/Confy",
7   "license": "MIT",
8   "authors": {
9     "Zsolt Molnar": "molnar.zsolt@magyarbankholding.hu"
10   },
11   "swift_versions": "5.3",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/ZsoltMolnarrr/Confy.git",
17     "tag": "0.3.1"
18   },
19   "source_files": [
20     "Sources",
21     "Sources/**/*.{h,m,swift}"
22   ],
23   "resources": "Sources/**/*.{xib,storyboard}",
24   "swift_version": "5.3"