blob: 1ce7bf26511a06e7d37db3c27f0501592bab9351 [file] [log] [blame]
{
"name": "AnalyticsTools",
"version": "0.1.0",
"summary": "AnalyticsTools is tools to track events.",
"description": "AnalyticsTools is tools to track events",
"homepage": "https://git.linecorp.com/abc/analytics-tools-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"steve": "pisces@linecorp.com"
},
"source": {
"git": "https://git.linecorp.com/abc/analytics-tools-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "PageMapper",
"source_files": [
"AnalyticsTools/Classes/PageMapper/**/*"
]
}
]
}