blob: 9062f840401d637400ff0a16b8138d1b7dd43627 [file] [log] [blame]
{
"name": "Intilery",
"version": "0.0.5",
"summary": "iPhone tracking library for Intilery Analytics",
"homepage": "https://intilery.com",
"license": "Apache License, Version 2.0",
"authors": {
"Intilery.com Ltd": "support@intilery.com"
},
"source": {
"git": "https://github.com/intilery/intilery-ios.git",
"tag": "v0.0.5"
},
"requires_arc": true,
"default_subspecs": "Intilery",
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Intilery",
"source_files": [
"Intilery/**/*.{m,h}",
"Intilery/**/*.swift"
],
"resources": [
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"libraries": "icucore",
"platforms": {
"ios": null
}
}
]
}