blob: 6ec1d4604cc545feda337228e755e820c7532af8 [file] [log] [blame]
{
"name": "SkyerTools",
"version": "1.0.1",
"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.1"
},
"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/**/*",
"public_header_files": "SkyerProject/SkyerTools/UIButton/**/*.h"
}
]
}