blob: 57bfa490b275f0c13c6270e21ca226e6b96a6c20 [file] [log] [blame]
{
"name": "ESFramework",
"version": "2.2.1",
"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.1",
"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"
}