blob: a2e72b7ddebb1d595e90e129fee282ee131b9d32 [file] [log] [blame]
{
"name": "HRCocoaTools",
"version": "0.1.1",
"summary": "Henry iOS tool Lib",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/iPermanent/HRCocoaTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangheng1": "zhangheng1@corp.netease.com"
},
"source": {
"git": "https://github.com/iPermanent/HRCocoaTools.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HRCocoaTools/Classes/**/*",
"subspecs": [
{
"name": "Media",
"source_files": "HRCocoaTools/Classes/Media/*"
},
{
"name": "Util",
"source_files": "HRCocoaTools/Classes/Util/*"
}
]
}