blob: 46a42215db9a957108458577d921332460a163fd [file] [log] [blame]
{
"name": "KlaviyoSwift",
"version": "1.0.1",
"summary": "Incorporate Klaviyo's event and person tracking functionality into iOS applications",
"description": "Use the Klaviyo SDK to incorporate Klaviyo's event and person tracking functionality within iOS applications. Written in Swift.'",
"homepage": "https://github.com/klaviyo/klaviyo-swift-sdk",
"license": "MIT",
"authors": {
"Katy Keuper": "katy.keuper@klaviyo.com"
},
"source": {
"git": "https://github.com/klaviyo/klaviyo-swift-sdk.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KlaviyoSwift": [
"Pod/Assets/*.png"
]
}
}