blob: 861b407e55fac3e1c4f3f4cc72b8a222c192d5e4 [file] [log] [blame]
{
"name": "CSSTracker",
"version": "0.1.5",
"summary": "A short description of CSSTracker.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sangshenya/CSSTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sangshenya": "sangshen@ecook.cn"
},
"source": {
"git": "https://github.com/sangshenya/CSSTracker.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CSSTracker/Classes/*.{h,m}",
"dependencies": {
"CSSKit": [
],
"CSSDeviceInfoTool": [
],
"CSSNetworkClient": [
]
},
"ios": {
"vendored_frameworks": "CSSTracker/Classes/*.framework"
},
"subspecs": [
{
"name": "Persistence",
"source_files": "CSSTracker/Classes/Persistence/**/*"
}
]
}