[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / c / TAConfigurable / 1.0.0 / TAConfigurable.podspec.json
blob5e28646e277f4a6470528b0de4bf9b8b78ffb66b
2   "name": "TAConfigurable",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "10.0",
6     "tvos": "10.0"
7   },
8   "homepage": "https://www.tailored-apps.com/",
9   "license": "MIT",
10   "summary": "Configurable is an option to create views with a default init closure, to minimize the code for example creating and defining an object.",
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/tailoredmedia/TAConfigurable.git",
14     "tag": "1.0.0"
15   },
16   "swift_versions": "5.0",
17   "authors": {
18     "Tailored Apps": "apple@tailored-apps.com"
19   },
20   "source_files": "TAConfigurable/**/*.swift",
21   "swift_version": "5.0",
22   "testspecs": [
23     {
24       "name": "Tests",
25       "test_type": "unit",
26       "source_files": "TAConfigurableTests/**/*.swift"
27     }
28   ]