blob: 4c3f8f730f9ac3cd7650f6a699f829905e27e533 [file] [log] [blame]
{
"name": "PostHog",
"version": "1.0.4",
"summary": "The hassle-free way to add posthog to your iOS app.",
"description": "PostHog for iOS provides a single API that lets you\nintegrate with over 100s of tools.",
"homepage": "http://posthog.com/",
"license": {
"type": "MIT"
},
"authors": {
"PostHog": "tim@posthog.com"
},
"source": {
"git": "https://github.com/PostHog/posthog-ios.git",
"tag": "1.0.4"
},
"social_media_url": "https://twitter.com/PostHogHQ",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"ios": {
"frameworks": "CoreTelephony"
},
"frameworks": [
"Security",
"StoreKit",
"SystemConfiguration",
"UIKit"
],
"source_files": [
"PostHog/Classes/**/*",
"PostHog/Vendor/**/*"
]
}