[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / b / f / TAWS / 0.1.0 / TAWS.podspec.json
bloba3f8903aeb73aad3e4ee3c9eb2b21b757718732c
2   "name": "TAWS",
3   "version": "0.1.0",
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!",
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.1.0"
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     "AWSCore": [
29       "~> 2.2.2"
30     ],
31     "AWSAutoScaling": [
32       "~> 2.2.2"
33     ],
34     "AWSCloudWatch": [
35       "~> 2.2.2"
36     ],
37     "AWSDynamoDB": [
38       "~> 2.2.2"
39     ],
40     "AWSEC2": [
41       "~> 2.2.2"
42     ],
43     "AWSElasticLoadBalancing": [
44       "~> 2.2.2"
45     ],
46     "AWSKinesis": [
47       "~> 2.2.2"
48     ],
49     "AWSMobileAnalytics": [
50       "~> 2.2.2"
51     ],
52     "AWSS3": [
53       "~> 2.2.2"
54     ],
55     "AWSSES": [
56       "~> 2.2.2"
57     ],
58     "AWSSimpleDB": [
59       "~> 2.2.2"
60     ],
61     "AWSSNS": [
62       "~> 2.2.2"
63     ],
64     "AWSSQS": [
65       "~> 2.2.2"
66     ],
67     "AWSCognito": [
68       "~> 2.2.2"
69     ],
70     "AWSLambda": [
71       "~> 2.2.2"
72     ],
73     "AWSMachineLearning": [
74       "~> 2.2.2"
75     ],
76     "AWSAPIGateway": [
77       "~> 2.2.2"
78     ],
79     "OCMock": [
80       "~> 3.1.2"
81     ],
82     "Bolts": [
83       "~> 1.1.5"
84     ]
85   }