[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / b / 8 / MASFoundation / 1.2.01 / MASFoundation.podspec.json
blob8675b33594da0852bdaef4ebc6fe91f7ffa41be0
2   "name": "MASFoundation",
3   "version": "1.2.01",
4   "summary": "The MASFoundation framework is the core iOS framework upon which Mobile App Service is built.",
5   "homepage": "http://mas.ca.com",
6   "authors": {
7     "Britton Katnich": "britton.katnich@ca.com",
8     "Luis Sanches": "luis.sanches@ca.com",
9     "Robert Weber": "robert.weber@ca.com"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/CAAPIM/iOS-MAS-Foundation.git",
21     "tag": "1.2.01"
22   },
23   "source_files": "MASFoundation/MASFoundation.h",
24   "subspecs": [
25     {
26       "name": "OpenSSL",
27       "preserve_paths": "MASFoundation/Vendor/OpenSSL/include/openssl/*.h",
28       "vendored_libraries": [
29         "MASFoundation/Vendor/OpenSSL/include/lib/libcrypto_iOS.a",
30         "MASFoundation/Vendor/OpenSSL/include/lib/libssl_iOS.a"
31       ],
32       "libraries": [
33         "ssl_iOS",
34         "crypto_iOS"
35       ],
36       "xcconfig": {
37         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/MASFoundation/MASFoundation/Vendor/OpenSSL/include/**"
38       }
39     }
40   ]