blob: b5ca779cda5b47d8c511d0ffc97583128d3fd7d3 [file] [log] [blame]
{
"name": "ESFramework",
"version": "3.9.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "ESFramework is an efficient, small framework for iOS.",
"homepage": "https://github.com/ElfSundae/ESFramework",
"authors": {
"Elf Sundae": "https://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/ESFramework.git",
"tag": "3.9.0",
"submodules": true
},
"platforms": {
"ios": "9.0"
},
"module_name": "ESFramework",
"source_files": "ESFramework/**/*.{h,m}",
"frameworks": [
"UIKit",
"Security",
"SystemConfiguration",
"CoreTelephony"
],
"dependencies": {
"AFNetworking/Reachability": [
]
}
}