[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 1 / BlueprintUI / 0.2.1 / BlueprintUI.podspec.json
blob156f18107568ebc6cb23e95768111b523acf8304
2   "name": "BlueprintUI",
3   "version": "0.2.1",
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.2.1"
11   },
12   "swift_versions": "4.2",
13   "platforms": {
14     "ios": "9.3"
15   },
16   "source_files": "BlueprintUI/Sources/**/*.swift",
17   "testspecs": [
18     {
19       "name": "Tests",
20       "test_type": "unit",
21       "source_files": "BlueprintUI/Tests/**/*.swift",
22       "frameworks": "XCTest"
23     }
24   ]