blob: 4ddb2e99abcf5070286483e663bdce6b74eeac03 [file] [log] [blame]
{
"name": "FirebaseInstanceID",
"version": "3.7.0",
"summary": "Firebase InstanceID for iOS",
"description": "Instance ID provides a unique ID per instance of your iOS apps. In addition to providing\nunique IDs for authentication,Instance ID can generate security tokens for use with other\nservices.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "InstanceID-3.7.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "Firebase/InstanceID/**/*.[mh]",
"requires_arc": "Firebase/InstanceID/*.m",
"public_header_files": "Firebase/InstanceID/Public/*.h",
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRInstanceID_LIB_VERSION=3.7.0"
},
"frameworks": "Security",
"dependencies": {
"FirebaseCore": [
"~> 5.2"
],
"GoogleUtilities/UserDefaults": [
"~> 5.2"
],
"GoogleUtilities/Environment": [
"~> 5.2"
]
}
}