blob: 67b3c737a09d53500cfb8a03b82984a454fd8b0d [file] [log] [blame]
{
"name": "HybridPageKit",
"version": "1.3",
"summary": "A high-performance、high-extensibility、easy integration framework for Hybrid content page. Support most content page types of News App.",
"homepage": "https://github.com/dequan1331/HybridPageKit",
"license": "MIT",
"authors": "dequanzhu",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/dequan1331/HybridPageKit.git",
"tag": "1.3"
},
"source_files": "HybridPageKit/HybridPageKit/HybridPageKit/**/*.{h,m}",
"public_header_files": "HybridPageKit/HybridPageKit/HybridPageKit/*.h",
"testspecs": [
{
"name": "HybridPageKitTests",
"test_type": "unit",
"source_files": "HybridPageKit/HybridPageKit/HybridPageKitTests/*.{h,m}"
}
]
}