[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / b / f / TAWS / 0.0.2 / TAWS.podspec.json
blobc5ba307dee73ee54eb091f1062eddbe47a6c40b4
2   "name": "TAWS",
3   "version": "0.0.2",
4   "summary": "Mock & Stub for AWSiOSSDKv2.",
5   "description": "TAWS is a Mocking & Stubbing Library for [AWSiOSSDKv2](https://github.com/aws/aws-sdk-ios).\n`AWSMock` is simple class that can write stub & mock, it like RSpec.\nLet try mocking and stubbing to AWS!\n",
6   "homepage": "https://github.com/classmethod/TAWS-iOS",
7   "license": "MIT",
8   "authors": {
9     "suwa.yuki": "suwa.yuki@classmethod.jp"
10   },
11   "source": {
12     "git": "https://github.com/classmethod/TAWS-iOS.git",
13     "tag": "0.0.2"
14   },
15   "social_media_url": "https://twitter.com/classmethod",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "TAWS": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "dependencies": {
28     "AWSiOSSDKv2": [
29       "~> 2.1.1"
30     ],
31     "OCMock": [
32       "~> 3.1.2"
33     ],
34     "Bolts": [
35       "~> 1.1.5"
36     ]
37   }