[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / 1 / AutomaticSettings / 1.0.0 / AutomaticSettings.podspec.json
blob03ee526da8d3b5aac5ff73b7d07b2defbbc49782
2   "name": "AutomaticSettings",
3   "version": "1.0.0",
4   "summary": "Data driven settings UI.",
5   "description": "Almost every app contain some kind of settings screens, most apps usually contain debug settings along user facing ones, the implementation of those screens in UIKit could really get complicated, emergence of SwiftUI had simplified this a lot, but I believe this could be streamlined even more by leveraging data driven approach and Sourcery.",
6   "homepage": "https://github.com/krzysztofzablocki/AutomaticSettings",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "krzysztofzablocki": "krzysztof.zablocki@pixle.pl"
13   },
14   "source": {
15     "git": "https://github.com/krzysztofzablocki/AutomaticSettings.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/merowing_",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/AutomaticSettings/**/*",
23   "frameworks": "SwiftUI"