[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / 1 / 5 / XCTestAsync / 1.0 / XCTestAsync.podspec.json
blob850a7160fd48d9ecd195a0bea8bea7cfa664c2e9
2   "name": "XCTestAsync",
3   "version": "1.0",
4   "summary": "Extension to XCTest for asynchronous testing",
5   "homepage": "https://github.com/touchableideas/XCTestAsync",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "James Hu": "me@jamesjhu.com"
12   },
13   "source": {
14     "git": "https://github.com/touchableideas/XCTestAsync.git",
15     "tag": "1.0"
16   },
17   "source_files": "XCTestAsync/XCTestAsync.{h,m}",
18   "frameworks": "XCTest",
19   "xcconfig": {
20     "FRAMEWORK_SEARCH_PATHS": "\"$(inherited)\" \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
21   },
22   "requires_arc": true