blob: f11b0d6487d0f6e42fd3c951bc3d6a206d4536e0 [file] [log] [blame]
{
"name": "ESFramework",
"version": "2.2.3",
"license": "MIT",
"summary": "An Effective & Swing Framework for iOS.",
"homepage": "https://github.com/ESFramework/ESFramework",
"authors": {
"Elf Sundae": "http://0x123.com"
},
"source": {
"git": "https://github.com/ESFramework/ESFramework.git",
"tag": "2.2.3",
"submodules": true
},
"social_media_url": "https://twitter.com/ElfSundae",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreFoundation",
"UIKit",
"CoreGraphics",
"Security",
"SystemConfiguration",
"CoreTelephony"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"source_files": "ESFramework/**/*.{h,m}",
"private_header_files": "ESFramework/**/*Private.h"
}