blob: 7be436a10bf4ac59321943f5d5a9acef8bab4fa2 [file] [log] [blame]
{
"name": "SkyerTools",
"version": "1.0.2",
"summary": "A example pod for SkyerTools",
"description": "- A example pod for SkyerTool",
"homepage": "https://github.com/274077005/",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"skyer": "274077005@qq.com"
},
"social_media_url": "http://weibo.com/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/274077005/SkyerTools.git",
"tag": "1.0.2"
},
"source_files": "SkyerProject/SkyerTools/**/*.{h,m}",
"public_header_files": "SkyerProject/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"ONLY_ACTIVE_ARCH": "No"
},
"subspecs": [
{
"name": "UIButton",
"source_files": "SkyerProject/SkyerTools/UIButton/UIButton+ClickBlock.{h,m}",
"public_header_files": "SkyerProject/SkyerTools/UIButton/UIButton+ClickBlock.h"
}
]
}