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