[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / 4 / 5 / ZRYAsyncTestCase / 0.0.1 / ZRYAsyncTestCase.podspec.json
blob9176fe1333d73d4c1f16c1c1c17d696afe23d033
2   "name": "ZRYAsyncTestCase",
3   "version": "0.0.1",
4   "summary": "Asynchronous unit testing for your Xcode apps.",
5   "homepage": "https://github.com/marianoabdala/ZRYAsyncTestCase",
6   "license": {
7     "type": "MIT",
8     "file": "README.md"
9   },
10   "authors": {
11     "Mariano Abdala": "mariano@zerously.com"
12   },
13   "source": {
14     "git": "https://github.com/marianoabdala/ZRYAsyncTestCase.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "ZRYAsyncTestCase/*",
21   "requires_arc": true,
22   "ios": {
23     "frameworks": "SenTestingKit"
24   }