blob: 12b0dc9561df7b632174e4f6702e524fcda38eaa [file] [log] [blame]
{
"name": "TAWS",
"version": "0.0.4",
"summary": "Mock & Stub for AWSiOSSDKv2.",
"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",
"homepage": "https://github.com/classmethod/TAWS-iOS",
"license": "MIT",
"authors": {
"suwa.yuki": "suwa.yuki@classmethod.jp"
},
"source": {
"git": "https://github.com/classmethod/TAWS-iOS.git",
"tag": "0.0.4"
},
"social_media_url": "https://twitter.com/classmethod",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TAWS": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AWSiOSSDKv2": [
"~> 2.1.1"
],
"AWSCognito": [
"~> 2.1.1"
],
"AWSLambda": [
"~> 2.1.1"
],
"AWSMachineLearning": [
"~> 2.1.1"
],
"OCMock": [
"~> 3.1.2"
],
"Bolts": [
"~> 1.1.5"
]
}
}