blob: d5a022715768aef531a0c89a1066db56172f2d17 [file] [log] [blame]
{
"name": "TAWS",
"version": "0.0.3",
"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.3"
},
"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"
],
"OCMock": [
"~> 3.1.2"
],
"Bolts": [
"~> 1.1.5"
]
}
}