blob: fbf7058ae628339c874c3894067b310434034b2d [file] [log] [blame]
{
"name": "Alooma-iOS-AppExtension",
"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}",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ALOOMA_APP_EXTENSION"
},
"libraries": "icucore",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
]
}