blob: c0a15f2570d04ab6a0c9cf9629452252899b767c [file] [log] [blame]
{
"name": "HRCocoaTools",
"version": "0.1.9",
"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": {
"iPermanent": "henryzhangios@gmail.com"
},
"source": {
"git": "https://github.com/iPermanent/HRCocoaTools.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Media",
"source_files": "HRCocoaTools/Classes/Media/*"
},
{
"name": "Util",
"source_files": "HRCocoaTools/Classes/Util/*",
"dependencies": {
"Reachability": [
]
}
},
{
"name": "Category",
"source_files": "HRCocoaTools/Classes/Category/*"
}
]
}