blob: bead8197ff80f176eb7e0821b67fda9a39d9d22f [file] [log] [blame]
{
"name": "Alooma-iOS",
"version": "0.1.4",
"summary": "An iOS library for sending events to Alooma",
"homepage": "https://github.com/aloomaio/iossdk.git",
"license": "Apache License, Version 2.0",
"authors": {
"Alooma Inc": "info@alooma.com"
},
"source": {
"git": "https://github.com/aloomaio/iossdk.git",
"tag": "v0.1.4"
},
"social_media_url": "https://twitter.com/aloomainc",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Alooma-iOS/*.{m,h}",
"libraries": "icucore",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
]
}