blob: 4356108ef920821c0bb3019cccce11f11355cfa1 [file] [log] [blame]
{
"name": "Alooma-iOS",
"version": "0.1.1",
"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.1"
},
"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"
]
}