[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / e / 8 / 2 / XCTAssertAutolayout / 0.4.0 / XCTAssertAutolayout.podspec.json
blobec7990b9cd614bfe6fcde01e26c37d8fe82fc83a
2   "name": "XCTAssertAutolayout",
3   "version": "0.4.0",
4   "summary": "Provides assert function that check memory leak in Swift.",
5   "description": "Provides memory leak test cases for Swift.\nFound memory leak objects from traverse object tree using Mirror.",
6   "homepage": "https://github.com/tarunon/XCTAssertAutolayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tarunon": "croissant9603@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tarunon/XCTAssertAutolayout.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/XCTAssertAutolayout/**/*.{swift}",
22   "dependencies": {
23     "CXCTAssertAutolayout": [
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "XCTest"
30   ]