[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / 8 / FOTestKit / 0.1.1 / FOTestKit.podspec.json
blobf2bf2de9658994191e67e4e135e79007afa1e5c2
2   "name": "FOTestKit",
3   "version": "0.1.1",
4   "summary": "A collection of helpers for unit testing in XCode",
5   "homepage": "https://github.com/firstopinion/FOTestKit",
6   "license": "MIT",
7   "authors": {
8     "Jim Schultz": "boxenjim@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/firstopinion/FOTestKit.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "public_header_files": "FOTestKit/*.h",
20   "source_files": "FOTestKit/XCTestCase+Stalling.{h,m}",
21   "frameworks": "XCTest"