blob: 82a50b89a4feb547f9154b223b9d612efdbd7350 [file] [log] [blame]
{
"name": "HRCocoaTools",
"version": "0.1.8",
"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.8"
},
"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/*"
}
]
}