blob: 57a0747c9722bbff5564c6d88349b0d07f24905e [file] [log] [blame]
{
"name": "EasyShareKit",
"summary": "Easy way to parse share object from H5 page. 一种从 H5 页面获取分享对象的简便的方法。",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pcjbird": "pcjbird@hotmail.com"
},
"social_media_url": "http://www.lessney.com",
"homepage": "https://github.com/pcjbird/EasyShareKit",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pcjbird/EasyShareKit.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "EasyShareKit/*.{h,m}",
"public_header_files": "EasyShareKit/*.{h}",
"frameworks": "Foundation",
"dependencies": {
"hpple": [
]
}
}