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",
8 "Gabe Mahoney": "gmahoney@rapidsos.com"
14 "git": "https://github.com/RapidSOS/era-ios.git",
18 "public_header_files": "RSOSData/RSOSData/RSOSData.h",
19 "source_files": "RSOSData/RSOSData/*.{h,m}",
23 "source_files": "RSOSData/RSOSData/Utils/*.{h,m}",
24 "public_header_files": "RSOSData/RSOSData/Utils/*.h"
27 "name": "Serialization",
34 "RSOSData/RSOSData/Serialization/*.{h,m}",
35 "RSOSData/RSOSData/Serialization/**/*.{h,m}"
37 "public_header_files": [
38 "RSOSData/RSOSData/Serialization/*.h",
39 "RSOSData/RSOSData/Serialization/**/*.h"
43 "name": "Authorization",
53 "RSOSData/RSOSData/Authorization/*.{h,m}",
54 "RSOSData/RSOSData/Authorization/**/*.{h,m}"
56 "public_header_files": [
57 "RSOSData/RSOSData/Authorization/*.h",
58 "RSOSData/RSOSData/Authorization/**/*.h"
60 "frameworks": "Security"
65 "RSOSData/Authorization": [
68 "RSOSData/Serialization": [
75 "source_files": "RSOSData/RSOSData/DataClient/*.{h,m}",
76 "public_header_files": "RSOSData/RSOSData/DataClient/*.h"