blob: 0901a6134601beac801bab504d5c24e9b33bf656 [file] [log] [blame]
{
"name": "XYAddImageView",
"version": "2.0.0",
"summary": "A UI component that can add and display any more images on iOS",
"description": "A UI component that can add and display any more images, which implement by Objective-C",
"homepage": "https://github.com/RickHe/HMYPodTest.git",
"license": "MIT",
"authors": {
"何米颖": "1292711060@qq.com"
},
"source": {
"git": "https://github.com/RickHe/HMYPodTest.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "XYAddImageView/*.{h,m}",
"resources": "XYAddImageView/Images/*.png",
"frameworks": [
"Foundation",
"UIKit"
]
}