blob: 29af17726d5df6a931c6c5b5929311822790338b [file] [log] [blame]
{
"name": "TDFoundation",
"version": "0.0.4",
"summary": "The `TDFoundation` is base functional library of Tech.D.",
"description": "The `TDFoundation` is base functional library of Tech.D..\n\n* There are several utilities & methods to simplify call.",
"homepage": "https://github.com/TechD-Robin/TDFoundation/",
"source": {
"git": "https://github.com/TechD-Robin/TDFoundation.git",
"tag": "0.0.4"
},
"license": "MIT",
"authors": {
"Robin Hsu": "robinhsu599+dev@gmail.com"
},
"social_media_url": "https://plus.google.com/+RobinHsu",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"CoreGraphics"
],
"source_files": [
"ARCMacros.h",
"TDFoundation/*.{h,m,mm}"
],
"dependencies": {
"Foundation+TechD": [
"~> 0.0.3"
]
}
}