blob: a92fad8f97bf7c24c20abb7d177a4b48baadff5d [file] [log] [blame]
{
"name": "EasyShareController",
"version": "1.0.0",
"summary": "一款让社交分享变得简单的视图控制器",
"description": "一款让社交分享变得简单的视图控制器",
"homepage": "https://github.com/pcjbird/EasyShareController",
"license": "MIT",
"authors": {
"pcjbird": "pcjbird@hotmail.com"
},
"source": {
"git": "https://github.com/pcjbird/EasyShareController.git",
"tag": "1.0.0"
},
"social_media_url": "http://www.lessney.com",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"EasyShareController/*.{h,m}",
"EasyShareController/EasyShareSocialButton/*.{h,m}"
],
"public_header_files": "EasyShareController/*.{h}",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}