[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / c / 9 / UAAWSSDK / 0.6.0 / UAAWSSDK.podspec.json
blobbd7acc9f495d9a305b4d22a8b2a85490f1d5333b
2   "name": "UAAWSSDK",
3   "version": "0.6.0",
4   "summary": "An iOS SDK for connecting and interacting with the AWS APIs.",
5   "description": "                An iOS SDK for accessing the Amazon Web Service APIs. Designed to be fully asynchronous, block-based and simple, its much less verbose\n\t\t\t\tthan the official iOS SDK and is strongly typed where possible, including use of enum values for known strings.\n",
6   "homepage": "http://github.com/unsignedapps/ua-aws-sdk-ios",
7   "license": "MIT",
8   "authors": {
9     "Unsigned Apps": "uaawssdk@unsignedapps.com"
10   },
11   "source": {
12     "git": "https://github.com/unsignedapps/ua-aws-sdk-ios.git",
13     "tag": "0.6.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "exclude_files": [
19     "Classes/Exclude",
20     "AWS iOS SDK/UAAppDelegate.*",
21     "AWS iOS SDK/main.m"
22   ],
23   "libraries": "xml2",
24   "requires_arc": true,
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   },
28   "subspecs": [
29     {
30       "name": "Common",
31       "source_files": [
32         "Vendor/**/**/*.{h,m}",
33         "Vendor/**/*.{h,m}",
34         "AWS iOS SDK/UAAWSSDK.h",
35         "AWS iOS SDK/Common/*.{h,m}",
36         "AWS iOS SDK/Extensions/*.{h,m}"
37       ]
38     },
39     {
40       "name": "AS",
41       "source_files": [
42         "AWS iOS SDK/AS/*.{h,m}",
43         "AWS iOS SDK/AS/**/*.{h,m}"
44       ],
45       "dependencies": {
46         "UAAWSSDK/Common": [
48         ]
49       }
50     },
51     {
52       "name": "AWSServiceHealth",
53       "source_files": [
54         "AWS iOS SDK/AWSServiceHealth/*.{h,m}",
55         "AWS iOS SDK/AWSServiceHealth/**/*.{h,m}"
56       ],
57       "dependencies": {
58         "UAAWSSDK/Common": [
60         ]
61       }
62     },
63     {
64       "name": "CW",
65       "source_files": [
66         "AWS iOS SDK/CW/*.{h,m}",
67         "AWS iOS SDK/CW/**/*.{h,m}"
68       ],
69       "dependencies": {
70         "UAAWSSDK/Common": [
72         ]
73       }
74     },
75     {
76       "name": "EC2",
77       "source_files": [
78         "AWS iOS SDK/EC2/*.{h,m}",
79         "AWS iOS SDK/EC2/**/*.{h,m}"
80       ],
81       "dependencies": {
82         "UAAWSSDK/Common": [
84         ]
85       }
86     },
87     {
88       "name": "ELB",
89       "source_files": [
90         "AWS iOS SDK/ELB/*.{h,m}",
91         "AWS iOS SDK/ELB/**/*.{h,m}"
92       ],
93       "dependencies": {
94         "UAAWSSDK/Common": [
96         ]
97       }
98     },
99     {
100       "name": "IAM",
101       "source_files": [
102         "AWS iOS SDK/IAM/*.{h,m}",
103         "AWS iOS SDK/IAM/**/*.{h,m}"
104       ],
105       "dependencies": {
106         "UAAWSSDK/Common": [
108         ]
109       }
110     },
111     {
112       "name": "SNS",
113       "source_files": [
114         "AWS iOS SDK/SNS/*.{h,m}",
115         "AWS iOS SDK/SNS/**/*.{h,m}"
116       ],
117       "dependencies": {
118         "UAAWSSDK/Common": [
120         ]
121       }
122     }
123   ]