blob: 431585cc01389278de73c49e879ccabe8fd0b03c [file] [log] [blame]
{
"name": "KeenClientTD",
"version": "3.2.24",
"license": {
"type": "MIT"
},
"platforms": {
"ios": null
},
"homepage": "https://github.com/treasure-data/KeenClient-iOS",
"authors": {
"Mitsunori Komatsu": "mitsu@treasure-data.com"
},
"summary": "Keen iOS client library forked by TD.",
"description": "The Keen iOS client is designed to be simple to develop with, yet incredibly flexible. Our goal is to let you decide what events are important to you, use your own vocabulary to describe them, and decide when you want to send them to Keen service.\nThis is a forked project by TD. The original cool project is https://github.com/keenlabs/KeenClient-iOS.",
"source": {
"git": "https://github.com/treasure-data/KeenClient-iOS.git",
"tag": "td_3.2.24"
},
"source_files": [
"KeenClient/*.{h,m}",
"Library/sqlite-amalgamation/*.{h,c}"
],
"public_header_files": "KeenClient/*.h",
"private_header_files": "Library/sqlite-amalgamation/*.h",
"frameworks": "CoreLocation",
"requires_arc": true
}