[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 7 / 1 / BlueprintUI / 0.21.0 / BlueprintUI.podspec.json
blobd5841ed60a17b92f30df25d7ae2c3027705d1f84
2   "name": "BlueprintUI",
3   "version": "0.21.0",
4   "summary": "Swift library for declarative UI construction",
5   "homepage": "https://www.github.com/square/blueprint",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/blueprint.git",
10     "tag": "0.21.0"
11   },
12   "swift_versions": "5.1",
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source_files": "BlueprintUI/Sources/**/*.swift",
17   "weak_frameworks": "SwiftUI",
18   "testspecs": [
19     {
20       "name": "Tests",
21       "test_type": "unit",
22       "libraries": "swiftsimd",
23       "source_files": "BlueprintUI/Tests/**/*.swift",
24       "frameworks": "XCTest"
25     }
26   ],
27   "swift_version": "5.1"