blob: a5e89db3f4b338eb500b56a6089f759c0cafa377 [file] [log] [blame]
{
"name": "ESFramework",
"version": "3.10.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.10.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ESFramework/**/*.{h,m}",
"frameworks": [
"UIKit",
"Security",
"SystemConfiguration",
"CoreTelephony"
],
"dependencies": {
"AFNetworking/Reachability": [
">= 2.0"
]
}
}