blob: 435d40f82e6208d873984ca0305819d39cf34062 [file] [log] [blame]
{
"name": "Alooma-iOS",
"version": "0.1.3",
"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.3"
},
"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"
]
}