blob: a8661502bf7dd1eac3e9b1359d02a416a01af673 [file] [log] [blame]
{
"name": "Segment-Facebook-App-Events",
"version": "1.0.3",
"summary": "Facebook App Events Integration for Segment's analytics-ios library.",
"description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\n\nThis is the Facebook App Events integration for the iOS library.",
"homepage": "http://segment.com/",
"license": {
"type": "MIT"
},
"authors": {
"Segment": "friends@segment.com"
},
"source": {
"git": "https://github.com/segment-integrations/analytics-ios-integration-facebook-app-events.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Analytics": [
"~> 3.0"
],
"FBSDKCoreKit": [
"~> 4.15"
]
},
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}