[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / 2 / RSOSData / 0.8.0-beta1 / RSOSData.podspec.json
blob7afcde1a76d2805d3ad6b4d69fcf59ef0b3d2316
2   "name": "RSOSData",
3   "version": "0.8.0-beta1",
4   "summary": "Get life-saving user data into the hands of first responders in an emergency.",
5   "homepage": "https://rapidsos.com/products/#emergencyapi",
6   "license": "APACHE",
7   "authors": {
8     "Gabe Mahoney": "gmahoney@rapidsos.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/RapidSOS/era-ios.git",
15     "tag": "0.8.0-beta1"
16   },
17   "requires_arc": true,
18   "public_header_files": "RSOSData/RSOSData/RSOSData.h",
19   "source_files": "RSOSData/RSOSData/*.{h,m}",
20   "subspecs": [
21     {
22       "name": "Util",
23       "source_files": "RSOSData/RSOSData/Utils/*.{h,m}",
24       "public_header_files": "RSOSData/RSOSData/Utils/*.h"
25     },
26     {
27       "name": "Serialization",
28       "dependencies": {
29         "RSOSData/Util": [
31         ]
32       },
33       "source_files": [
34         "RSOSData/RSOSData/Serialization/*.{h,m}",
35         "RSOSData/RSOSData/Serialization/**/*.{h,m}"
36       ],
37       "public_header_files": [
38         "RSOSData/RSOSData/Serialization/*.h",
39         "RSOSData/RSOSData/Serialization/**/*.h"
40       ]
41     },
42     {
43       "name": "Authorization",
44       "dependencies": {
45         "RSOSData/Util": [
47         ],
48         "AFNetworking": [
50         ]
51       },
52       "source_files": [
53         "RSOSData/RSOSData/Authorization/*.{h,m}",
54         "RSOSData/RSOSData/Authorization/**/*.{h,m}"
55       ],
56       "public_header_files": [
57         "RSOSData/RSOSData/Authorization/*.h",
58         "RSOSData/RSOSData/Authorization/**/*.h"
59       ],
60       "frameworks": "Security"
61     },
62     {
63       "name": "DataClient",
64       "dependencies": {
65         "RSOSData/Authorization": [
67         ],
68         "RSOSData/Serialization": [
70         ],
71         "AFNetworking": [
73         ]
74       },
75       "source_files": "RSOSData/RSOSData/DataClient/*.{h,m}",
76       "public_header_files": "RSOSData/RSOSData/DataClient/*.h"
77     }
78   ]