[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / f / 5 / OWS3Client / 1.1 / OWS3Client.podspec.json
blob1b5ea014bf9c04ca6e7d521ff765988e032785e1
2   "name": "OWS3Client",
3   "version": "1.1",
4   "summary": "A simple way to upload files to S3 on iOS.",
5   "homepage": "https://github.com/OpenWatch/OWS3Client",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Chris Ballinger": "chris@openwatch.net"
12   },
13   "social_media_url": "https://twitter.com/openwatch",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/OpenWatch/OWS3Client.git",
19     "tag": "1.1"
20   },
21   "source_files": "OWS3Client/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AWSiOSSDK/S3": [
25       "~> 1.7"
26     ]
27   }