[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / c / 3 / MyAWSHelpers / 0.0.1 / MyAWSHelpers.podspec.json
blob3aa385cece854262dfd799cd00a1224147bc5398
2   "name": "MyAWSHelpers",
3   "version": "0.0.1",
4   "homepage": "http://github.com/premosystems/MyAWSHelpers",
5   "authors": {
6     "Vincil Bishop": "vincil.bishop@vbishop.com"
7   },
8   "license": "MIT",
9   "summary": "A collection of often used but time consuming to recreate logic for AWS.",
10   "source": {
11     "git": "https://github.com/premosystems/MyAWSHelpers.git",
12     "tag": "0.0.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "resources": "MyAWSHelpers.podspec",
19   "source_files": "MyAWSHelpers/*.{h,m}",
20   "subspecs": [
21     {
22       "name": "S3",
23       "source_files": "MyAWSHelpers/S3/*.{h,m}",
24       "ios": {
25         "dependencies": {
26           "AWSiOSSDK/S3": [
27             "~>1.7.1"
28           ],
29           "MyiOSHelpers/Logic/ThirdPartyHelpers/CocoaLumberjack": [
30             "~>0.0.3"
31           ],
32           "MyiOSHelpers/Logic/Blocks": [
33             "~>0.0.3"
34           ]
35         }
36       }
37     }
38   ]