blob: 45d3c7b0637eed798b22313744518aa502a11b39 [file] [log] [blame]
{
"name": "ESFramework",
"version": "3.4.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.4.0",
"submodules": true
},
"platforms": {
"ios": "9.0"
},
"source_files": "ESFramework/**/*.{h,m}",
"frameworks": [
"UIKit",
"Security",
"SystemConfiguration",
"CoreTelephony"
],
"dependencies": {
"AFNetworking/Reachability": [
]
}
}