blob: fbd0cb4e4d482458df42a5b9655151ab0b71fe38 [file] [log] [blame]
{
"name": "Alooma-iOS",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/aloomainc",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Alooma-iOS/*.{m,h}",
"resource_bundles": {
"Alooma-iOS": [
"Alooma-iOS/*.png"
]
},
"libraries": "icucore",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
]
}